@charset "utf-8";
body {
	margin: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */;
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 100%;
	background-color: #333333;
	vertical-align: top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColLiqCtrHdr #container {
	width: 60%; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #ffffff;
	background-color: #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: 100%;
	
}
.oneColLiqCtrHdr #header {
	color: #ffffff;
	background-color: #333333;
	text-align: center;
	height: auto;
	width: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 100%;
	border: 0px none #FFF;
	
}
.oneColLiqCtrHdr #header h1 {
	margin: 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;

}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	color: #ffffff;
	background-color: #333333;
	
}
.oneColLiqCtrHdr #footer {
	color: #ffffff;
	background-color: #333333;
	text-align: center;
	left: 10px;
	top: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
