@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	padding: 0;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #container {
	width: 750px; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #EAC984;
}
.oneColFixCtrHdr #header {
	background-color: #E6D28D;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #EAC984;
}
#Menubar {
	background-color: #E6D28D;
	height: 52px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.oneColFixCtrHdr #footer {
	background-color: #93160D;
	padding: 0;
	vertical-align: middle;
	position: relative;
	border: thick groove #000000;
}
