body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #443414;
	background-color: #dfdbb1;
}
.oneColFixCtr #container {
	width: 1044px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 770px;
	margin: -10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/newfrontpage.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #mainHeader {
	padding: 110px 20px 20px 130px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:10px 40px;
}
.oneColFixCtr #mainHeader p{
	display:none;
}
.oneColFixCtr #mainContent {
	padding: 50px 20px 0px 440px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:10px 40px;
	height:210px;
}
.oneColFixCtr #mainContent ul{
	display:none;
}

.oneColFixCtr #mainFooter {
	width: 633px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	font-size: 12px;
	color: #53421b;
	font-weight: bold;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:45px;
	display:none;
}
.oneColFixCtr #mainFooter p{
	text-align:left;
}
.oneColFixCtr #mainFooter ul li a:link, #mainFooter ul li a:active, #mainFooter ul li a:visited, #mainFooter ul li a:hover {
	color: #53421b;
}

.oneColFixCtr #mainFooter ul{
	text-align:right;
	margin-top:-30px;
}
.oneColFixCtr #mainFooter ul li{
	display:inline;
	list-style-type: none;
}

