@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ECE6E1;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #AF906D;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	height: 158px;
	width: 780px;
}
.oneColFixCtrHdr #button {
	background-image: url(../images/button.jpg);
	background-repeat: repeat-x;
	height: 57px;
	width: 780px;
	text-align: center;
	background-color: #af906d;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #af906d;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 740px;
}
.oneColFixCtrHdr #mainContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #49251C;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer {
	background-color: #4E2A16;
	background-image: url(../images/footer.jpg);
	height: 77px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding: 0px;
}

