body{
	background: rgb(255,255,255);
	margin:0 auto;
	height: 0 auto;
	min-width: 900px;
}

#top{
	background: rgb(0,50,100);
	height: 15px;
	padding: 5px;
	min-width: 900px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #ffffff;
	
}

#top a{
	color: #A9D0F5;
	text-decoration:none;
	font-weight: bold;
}

#header1{
	background: rgb(0,105,181) url(header_bkg.png) repeat-x bottom;
	color: #ffffff;
	padding: 5px;
	font-family: Verdana, Arial;
	font-size: 11px;
	min-width: 900px;
}

#header1 a{
	color: #ffffff;
	text-decoration: none;
}

#header1 a:hover{
	color: rgb(213,234,255);
	text-decoration: none;
}

#title{
	font-family: Impact, Verdana;
	font-size: 25px;
	text-shadow: 0px 0px 10px black;
}

#header2{
	background: rgb(0,101,202);
	color: #ffffff;
	padding: 5px;
	font-family: Verdana, Arial;
	font-size: 11px;
	min-width: 900px;
}

#ad{
	margin: 0 auto; 
	margin-top:10px; 
	width: 700px; 
	height: 20px;
	border: 1px dotted #000;	
}

#map{
	border: 1px solid #000; 
	width: 767px; 
	height: 560px; 
	margin: 10px auto;
}

#maplabel{
	width: 700px; 
	margin: 10px auto;
	font-family: Verdana, Arial;
	font-size: 11px;	
}

#footer{
	background: rgb(0,68,136);
	color: #ffffff;
	padding: 5px;
	font-family: Verdana, Arial;
	font-size: 11px;
	min-width: 900px;
}

#footer a{
	color: rgb(0,230,250);
	text-decoration: none;
}
