#container{
	background-color: #efefef;
	width: 960px;
	margin: auto;
	min-height: 500px;
	behavior:Url(ie-css3.htc); /* IE */
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
	margin-top: 20px;
}
body{
	background: Url('bg.png');
}
div.rh{
	font-family: "Trebuchet MS",helvetica,sans-serif;
	color: #380502;
	font-size: 24px;
	margin: 32px 48px 24px 48px;
}
div.quip{
	font-family: times,georgia,serif;
	font-style: italic;
	width: 400px;
	font-size: 18px;
}
div.clear{
	clear: both;
}
#nav{
	float: left;
}
#content{
	float: left;
	width: 600px;
	font-family: georgia,tahoma,times,serif;
	margin: 20px;
}

a.nav,a.nav:visited,a.nav:hover,a.nav:active{
	display: block;
	background: #050238;
	margin: 10px;
	border: 1px solid #050238;
	padding: 8px;
	color: #ddd;
	text-align: center;
	width: 200px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 20px;
	font-family: "Trebuchet MS",helvetica,sans-serif;
	text-decoration: none;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;

}

a.navact,a.navact:visited,a.navact:hover,a.navact:active{
	display: block;
	background: #380502;
	margin: 10px;
	padding: 8px;
	color: #ddd;
	text-align: center;
	width: 200px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 20px;
	font-family: "Trebuchet MS",helvetica,sans-serif;
	text-decoration: none;
	-moz-box-shadow: inset 4px 4px 10px #000;
	box-shadow: inset 4px 4px 10px #000;

}

h1,h2,h3,h4{
	color: #050238;
	font-family: "Trebuchet MS",helvetica,arial,sans-serif;
}
div.tail{
	background-color: #cfcfcf;
	margin: 14px;
	padding: 6px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: "Trebuchet MS",helvetica,sans-serif;
	height: 64px;
}

.tail a{
	font-family: "Trebuchet MS",helvetica,sans-serif;
}
#map_canvas{
	width: 216px; 
	height: 134px; 
	background-color: #666; 
	margin: 20px;
}
