@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 14px solid #8a8351;
}
.oneColFixCtrHdr #header {
	background-image: url(pics/navbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 251px;
	height: 299px;
}
.navtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #481800;
	font-size: 17px;
	font-style: italic;
	line-height: 45px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	height: 401px;
	width: 1000px;
}
.oneColFixCtrHdr #footer {
	padding-top: 20px;
}
.oneColFixCtrHdr #container #footer a:link {
	color: #8A8351;
}
.oneColFixCtrHdr #container #footer a:visited {
	color: #8A8351;
}
.oneColFixCtrHdr #container #footer a:hover {
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #footer a:active {
	color: #FFFFFF;
}


.oneColFixCtrHdr #footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #8A8351;
}

