body {
       margin: 0;
       background: #FFFFFF;
       }
       .map {
       background-image: url('images/leaside-map.jpg');
       background-position : center top;
       background-repeat : no-repeat;
       }
       .blue {
      	background-image: url('images/blue.gif');
      	background-repeat : repeat;
      }
       .nav {
       background-image: url('images/nav.png');
	   background-repeat : repeat;
       width:740px;
       }
       .textBlock {
       background-image: url('images/white.png');
	   background-repeat : repeat;
       padding:10px;
       }
	   .textBlock2 {
       background-image: url('images/white.png');
	   background-repeat : repeat;
       }	   
       a.nav1 {
       color:#FFFFFF;
       font-size:11pt;
       font-weight: bold;
       font-family: arial,helvetica;
	   position: relative; 
       }
	   a.nav1:hover {color: #D0E4A6; position: relative; }
       td { font-size: 14pt; }
	   .description { font-size: 12pt; }
	   .small {font-size:9pt; font-family: arial, helvetica; background-image: url('images/white.png'); background-repeat : repeat;}
	   h1 { color:#006699; font-size: 14pt; font-weight: bold; font-family: arial,helvetica; display:inline; }
		h2 { color:#000000; font-size: 13pt; font-weight: bold; font-family: arial,helvetica; display:inline; }
	   h4 { color:#006699; font-size: 14pt; font-weight: bold; font-family: arial,helvetica; display:inline; }
	   h5 { color:#95B44D; font-size: 11pt; font-weight: normal; font-family: arial,helvetica; display:inline; }
	   a:hover {color: #728067; position: relative; }
	   a {color: 383D32;position: relative; }
	   input {position: relative; }
	   textarea {position: relative; }
	   
	   #back
{
		 width:493px;
		 height:432px; 
		 background-image: url('images/stars.png');
		 background-repeat : no-repeat;
		 /*border: 1px dashed red; */
}
#back a.map2
{
         display: block;
         float: left;
         /*border: 1px dashed red; /* debug display */
		 position:absolute;
}
#back a.map2 span
{
         display: none;
}

#back a.map2#link1
{
         height: 50px;
         width: 50px;
		 position:relative;
		 left:45px;
		 top:195px;
}
#back a.map2#link2
{
         height: 50px;
         width: 50px;
		 position:relative;
		 left: 40px;
		 top: 295px;
}
#back a.map2#link3
{
         height: 50px;
         width: 50px;
		 position:relative;
		 left: 195px;
		 top:315px;
}
