@charset "utf-8";
body {
	margin:auto;
	padding:0;
	background:#fff url(background.gif) left top repeat-x fixed;
	font-family: arial, Helvetica, sans-serif;
	font-size: .875em;
}

.oneColLiqCtrHdr #container {
	width: 850px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 125px;
	background-image: url(project-banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: 8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.oneColLiqCtrHdr #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	background-color: #FFFFFF;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px;
	text-transform: lowercase;
	background-color: #FFFFFF;
	text-align: right;
	font-size: .66em;
	font-style: oblique;
	border: thin solid #000000;
} 
.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 */
}
.style1 {color: #FFFFFF}
.style2 {
	font-size: small;
	font-style: italic;
}
.style5 {font-size: small}
}
a:link {
	color: #B17C54;
}
a:visited {
	color: #E3D1B9;
}