@charset "UTF-8";
body {
	font: 100% arial Arial, Helvetica, sans-serif;
	background: #FFF;
	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;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #FFF; 
	color: #000;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0px 0px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:fixed;
	top: 0px;
}
.oneColLiqCtrHdr #header a:link, .oneColLiqCtrHdr #header a:visited {
	color: #000;
	float: left;
	padding: 40px 35px 15px 35px;
	text-decoration: none;
	font-size: 12px;
	font-family: georgia, times new roman, sans-serif;
	text-transform: uppercase;
	display: block;
}
.oneColLiqCtrHdr #header a:hover, .oneColLiqCtrHdr #header a:active {
	border-bottom: double black;
}
.oneColLiqCtrHdr #mainContent {
	margin-top: 100px;
	padding: 30px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/bg2.jpg);
	background-position: center;
	background-attachment: fixed;
	min-height: 400px;
}
.oneColLiqCtrHdr #mainContent a:link, .oneColLiqCtrHdr #mainContent a:visited{
	color: #FFF;
	text-decoration: none;
}
.oneColLiqCtrHdr #mainContent a:hover, .oneColLiqCtrHdr #mainContent a:active{
	border-bottom: double;
	color: #d0e3eb;
}
.oneColLiqCtrHdr #mainContent table{
	background-color: #000;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 10px;
	font-size: 11px;
}
.oneColLiqCtrHdr #mainContent table h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 0 0;
}
.oneColLiqCtrHdr #mainContent table p{
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
.oneColLiqCtrHdr #footer { 
	padding: 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	min-height: 100px;
} 
.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 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColLiqCtrHdr #footer h1 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: double black;
	font-size: 12px;
	font-weight: normal;
}
.module {
	width: 200px;
	float: left;
}