@charset "utf-8";
body {
	margin: 5px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 2;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	height: 25pt;
	background-color: #660033;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border: medium groove #660000;
	color: #815c45;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #E1C474;
	border-right-width: thin;
	border-right-color: #E1C474;
}
.oneColFixCtrHdr #footer {
	background-color: 581f2b;
	height: 25px;
	width: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border: medium groove #660000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

</style>
<style type="text/css">

.footer {
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #660033;
	text-align: right;
	height: auto;
	width: auto;
	border: thin groove #660033;
}
