body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #060b12;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#maintable {
	border: 2px solid #FFFFFF;
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 724px;
}
#header {
	height: 110px;
}

#menu {
	height: 36px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#content {
	background-image: url(img/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 29px;
}
#footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 53px;
}
#communitymapholder {
	height: 100%;
	width: 100%;
}
#communitymapdiv {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
#communitymap {
	height: 100%;
	width: 100%;
}

