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-color: #DDCCb8;
}
.oneColLiqCtrHdr #container {
	width: 800px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #DDCCb8;
}
.oneColLiqCtrHdr #header {
	background-color: ##DDCCb8;
	text-align: left;
	vertical-align: middle;
	clear: both;
	float: left;
	height: auto;
	width: 800px;
}
.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-top: 0px;
	padding-bottom: 0px;
	background-color: #DDCCb8;
	clear: both;
	text-align: center;
	width: auto;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #DDCCb8;
} 
.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 */
}
.ShamsConsulting {
	z-index: 1000;
	top: 600px;
	right: 700px;
}

