.sectionImage {
  margin: auto 0px;  
  padding: 0px; 
  text-align: center; 
  border: 0px #fff solid; 
  position: relative;
  left: 250px;
  top: 0px;
  			width:525px;
			height:328px;
  }
  
  
		#map {
			margin:0;
			padding:0;
			width:525px;
			height:328px;
			background:url(images/map.jpg) top left no-repeat #fff;
			font-family:arial, helvetica, sans-serif;
			font-size:8pt;
			border:0px solid #fff;
		}
		
		#map li {
			margin:0;
			padding:0;
			list-style:none;
		}
		
		#map li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(images/blank.gif);
   			text-decoration:none;
			color:#000;
		}
		
		#map li a span { display:none; }
		
		#map li a:hover span {
			position:relative;
			display:block;
			width:200px;
			left:20px;
			top:20px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
 			filter:alpha(opacity=80);
			opacity:0.8;
  		}
	
		#map a.west {
			left:0px;
			top:0px;
			width:268px;
			height:338px;
		}
		
		#map a.east {
			left:267px;
			top:0px;
			width:258px;
			height:338px;

		}
