#mapContainer {position: absolute; 
	top: 230px; 
	left: 200px;
	font-size: 0.75em; 
	color: #666; 
	border: solid 1px #6d6d6d; 
	margin: 10px; 
	padding: 10px;
	background-color: #fff;
	z-index: 10;
	}
#mapContainer div#map {clear: both;width: 450px; height: 320px;}
#mapContainer a {color: #D7971B;}
#mapContainer a#closeMap {font-size: 12px; background-image: url(../pics/close.gif); background-repeat: no-repeat; background-position: 100% 30%; padding-right: 18px; margin-bottom: 4px; padding-bottom: 2px;}