html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #666;
}
div#container {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../images/template/contentback.jpg);
	background-repeat: repeat-y;
}
div#header {
	height: 169px;
	background-image: url(../images/template/header.jpg);
}
div#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 1px;
	padding-bottom: 1px;
}
div#footer {
	height: 20px;
	line-height: 20px;
	background-color: #000;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	text-align: center;
}
div#content h1 {
	font-size: 20px;
}
div#content h2 {
	font-size: 16px;
}

ul#topNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-top: 130px;
}
ul#topNav li {
	display: inline;
}
ul#topNav li a {
	display: block;
	float: left;
	margin-left: 1px;
	height: 25px;
	line-height: 23px;
	border: 1px solid #FFFF00;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF00;
	text-decoration: none;
}
ul#topNav li a:hover {
	background-color: #FFFF00;
	color: #000;
}
div#googlemap {
	width: 500px;
	height: 500px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	border: 1px solid #000;
	color: #000;
	line-height: 13px;
	text-align: center;
}
div#content a {
	color: #000;
}
div#content a:hover {
}
div.clearer {
	clear: both;
}
