body {
	margin: 0px;
	padding: 0px;
	background-image: url(../html/headerBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000051;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 93px;
	width: 100%;
	background-image: url(../html/headerBG.gif);
	background-repeat: repeat-x;
}
#content {
	padding-top: 0px;
	padding-right: 225px;
	padding-bottom: 50px;
	padding-left: 225px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
}
#leftcol {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	right: auto;
	bottom: auto;
	padding: 0px;
	background-image: url(../html/poleBG.gif);
	margin: 0px 0px 0px 10px;
}
#rightcol {
	position: absolute;
	top: 0px;
	width: 200px;
	right: 0px;
	padding: 0px;
	background-image: url(../html/poleBG.gif);
	margin: 0px 10px 0px 0px;
}
.frame {
	background-image: url(../html/woodframeBG.gif);
	height: 201px;
	width: 196px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 4px 0px 0px 4px;
	background-repeat: no-repeat;
	background-position: left top;
}
#maintitle {
	height: 73px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#footer {
	margin-top: 150px;
	margin-bottom: 0px;
	text-align: center;
}
#map {
	color: #FFF452;
	position: absolute;
	font-family: "Trebuchet MS", "Times New Roman", "MS Sans Serif";
	font-size: small;
	top: 0px;
	left: 0px;
	padding-top: 100px;
	padding-left: 50px;
}
