body {
	font-family:verdana,arial,helvetica,sans-serif;
	background-color:#A90500;
	color:white;
}
p {padding-left:10px;font-weight:strong}
#menu {
	margin-left:auto;
	margin-right:auto;
	background-color:darkred;
	margin-bottom:20px;
	width:800px;
	text-align:center;
	padding: 4px;
	border:2px solid white;
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.menuentry {
	width:150px;
	display:inline-block;
	background-color:firebrick;
	padding:2px;
	margin-top:4px;
	margin-bottom:4px;
	margin-left:3px;
	margin-right:3px;
	border:1px solid white;
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}
.menulink {
	font-size:14px;
	font-weight:bold;
	color:white;
	text-decoration:none}
#main
{
	margin-left:auto;
	margin-right:auto;
	background-color:darkred;
	width:782px;
	height:660px;
	overflow:hidden;
	padding: 12px;
	border:2px solid white;
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
a:link {
        color:white;
        text-decoration: none;
}
a:hover {
        text-decoration: none;
        color: yellow;
}
a:visited {
        text-decoration: none;
        color:white;
}
a:active {
        color:white;
        text-decoration: none;
}

#map_canvas {
	margin-left:auto;margin-right:auto;
	width:700px; 
	height:400px;
	border:2px solid white;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.menuimg {height:40px;vertical-align:middle;}
