@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f9f8ee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.oneColLiqCtrHdr #header {
	background-color: #c4002e;
	background-image: url(../images/header_BG.jpg);
	background-repeat: no-repeat;
	height: 160px;
}

.oneColLiqCtrHdr #header2 {
	background-color: #1f4166;
	background-image: url(../images/header_BG2.jpg);
	background-repeat: no-repeat;
	height: 160px;
}
.oneColLiqCtrHdr #header3 {
	background-color: #fdd12a;
	background-image: url(../images/header_BG3.jpg);
	background-repeat: no-repeat;
	height: 160px;
}
.oneColLiqCtrHdr #header4 {
	background-color: #9bf5b5;
	background-image: url(../images/header_BG4.jpg);
	background-repeat: no-repeat;
	height: 160px;
}
.oneColLiqCtrHdr #header5 {
	background-color: #437100;
	background-image: url(../images/header_BG5.jpg);
	background-repeat: no-repeat;
	height: 160px;
}
.oneColLiqCtrHdr #container {
	width: 1045px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: -19px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	clear:both;
	background-color: #3b5c63;
} 
.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 */
}

