/* (c) 2003-2010 Sobcon, Inc. */
body {
	font-size: .8em;
	background-color: #645441;
	font-family: Arial, Verdana;
}
h1 {
	color: #C2AB91;
}
#banner {
	background-color: #856848;
	margin: 0 auto;
	width: 980px;
}
#container {
	background-color: #C2AB91;
	margin: 0 auto;
	margin-top: 50px;
	width: 980px;
}
#map_canvas {
	width: 700px;
	height: 500px;
	position: relative;
	float: left;
	border: 1px solid #000000;
}
.title {
	font-family: "Kunstler Script", "Times New Roman", Tahoma, Georgia, Serif;
	text-align: center;
	font-size: 2em;
}
.main {
	background-color: #856848;
	color: #C2AB91;
	padding: 20px;
}
.menu {
	background-color: #563917;
	width: 200px;
	padding: 10px;
}
.menu, #footer {
	color: #C2AB91;
	font-style: italic;
}
.menu a:link, #footer a:link {
	color: #C2AB91;
	text-decoration: none;
	}
.menu a:visited, #footer a:visited {
	color: #C2AB91;
	text-decoration: none;
	}
.menu a:active, #footer a:active {
	color: #C2AB91;
	text-decoration: none;
	}
.menu a:hover, #footer a:hover {
	color: #856848;
	text-decoration: none;
	}
#footer {
	background-color: #856848;
	color: #C2AB91;
	text-align: center;
}
