@charset "UTF-8";
body {
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #666;
	font-family: "ITC Avant Garde Gothic Medium";
	font-size: small;
	background-color: #666;
}
.oneColLiqCtrHdr #container {
	width: 98%;
	text-align: left;
	padding-left: 0px;
	height: 98%;
	color: #666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 0px none #666;
	background-color: #666;
}
.oneColLiqCtrHdr #header {
	background-color: #666;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding: 0;
	color: #666;
}
.oneColLiqCtrHdr #header h1 {
	background-color: #666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0;
	position: relative;
	height: auto;
	width: auto;
	margin: 0px;
	;
	background-color: #666;
}
.oneColLiqCtrHdr #footer {
	height: 40px;
	width: 98%;
	background-color: #666;
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 5px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	position: relative;
	margin-left: 5px;
} 
.oneColLiqCtrHdr #footer p {
	padding: 0, 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #666;
}

