@charset "utf-8";
body {
	margin: auto;
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	width: 700px;
	height: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.oneColLiqCtrHdr #container {
	width: 700px; /* 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: #000000;
	float: none;
	height: auto;
	padding: 0px;
	overflow: hidden;
	margin-top: 20;
	margin-right: 20;
	margin-bottom: 20;
	margin-left: 20;
}
.oneColLiqCtrHdr #header {
	background-color: #000000;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColLiqCtrHdr #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: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
.oneColLiqCtrHdr #mainContent {
	background-color: #000000;
	margin: auto;
	height: auto;
	overflow: hidden;
	width: 650px;
	padding: 0;
	text-indent: 0px;
}
.oneColLiqCtrHdr #footer {
	background-color: #000000;
	font-size: 12px;
	color: #666666;
	line-height: normal;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 600px;
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: auto;
	height: auto;
} 
.oneColLiqCtrHdr #footer p {
	margin: auto; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	width: 650px;
}
