@charset "utf-8";
body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #000000;
	background-image: url(specialbg2.gif);
}
.oneColLiqCtrHdr #container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #FFFFFF;
	text-align: left;
	border-left-color: #F8BF24;
	border-right-color: #F8BF24;
}
.oneColLiqCtrHdr #header {
	padding: 0px;
	height: 126px;
	background-image: url(header.gif);
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 80px;
	background-image: url(mainbg.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
}
.oneColLiqCtrHdr #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: center;
} 
.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;
}

.oneColLiqCtrHdr #linkbar {
	padding: 0px;
	height: 25px;
	background-image: url(linkbar.gif);
	color: #F8BF24;
	text-align: right;
}
