@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image:url('background.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	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;
}
.oneColLiqCtrHdr #container {
	width: 800px;  /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	float: none;
	background-color: #D0D0D0;
	height: auto;
	padding-left: 25px;
}
.oneColLiqCtrHdr #header {
	width: 800px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: #D0D0D0;
	width: 800px;
	padding: 0px;
}
.oneColLiqCtrHdr #mainContent {
	background: #D0D0D0;
	color: #000;
	width: 800px;
	padding: 0px;
}
.oneColLiqCtrHdr #footer {
	background:#D0D0D0;
	padding-top: 0;
	padding-bottom: 0px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	background: #D0D0D0;
}
