@charset "utf-8";

body {
	background: #000000 url(../images/bg.png) top left repeat-x;	
	margin: 0; 
	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 */
}

.oneColLiqCtrHdr #container {
	position:relative;
	width: 90%;  /* this will create a container 90% of the browser width */
	min-width:800px;
	max-width:1004px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColLiqCtrHdr #header {
	position:relative;
	top:0; left:0;
	width:auto;	
	background: #ffffff url(../images/headerbg.jpg) top center repeat-x;	
}
.oneColLiqCtrHdr #headerleft {
	min-width:425px;
	height:150px;
	background: url(../images/HE_header_01.jpg) top left no-repeat;
}
.oneColLiqCtrHdr #headerright {
	height:150px;
	background: url(../images/HE_header_02.jpg) top right no-repeat;
}

.oneColLiqCtrHdr #header h1 {
	width:85%;
	font-size:18px;
	font-style:italic;
	position:absolute;
	top:52px; 
/*	right:150px; */
	text-align:right;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
}

.oneColLiqCtrHdr #navigation {
	position:absolute;
	bottom:0;
	left:0;
}

.oneColLiqCtrHdr #mainContent {
	padding: 0 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColLiqCtrHdr #footer { 
	background:#000066;
}
.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: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.oneColLiqCtrHdr #license div {
	padding: 5px 0;
	text-align: center;
}

.oneColLiqCtrHdr #validators {
	position: relative;	
	padding:10px;	
}
