@charset "utf-8";
body {
	font: 100% 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;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #container {
	text-align: left;
	margin-left: 30px;
	margin-right: auto;
	width: 850px;
}
.oneColLiqCtrHdr #header {
	margin-top: 2%;
	margin-left: 30px;

}

.oneColLiqCtrHdr #header h1 {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 20px;
}
.oneColLiqCtrHdr #mainContent {
	background-image: url(images/Shape2.png);
	width: 845px;
	height: 699px;
	background-repeat: no-repeat;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 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 */
}

div1 {

}
