@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFFF;
	margin: 5; /* 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: 960px;  /* this will create a container 80% of the browser width */
	height: 600px;
	background:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #F3F3F3;	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #FFFFFFF;
	height: 100px;
	padding: 0 0px 0 0px;  /* 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. */
}

.oneColLiqCtrHdr #mainContent {
	margin-top: 50px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColLiqCtrHdr #mainContentBoards{
	margin-top: 9px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.oneColLiqCtrHdr #mainContentBoards #board{
	margin-top: 0px;
	float:left;
	padding: 0px 0px 0px 220px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColLiqCtrHdr ##mainContentBoards #board #thumbnails{
	margin-top: 20;
	float:left;
	padding: 100px 100px 100px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColLiqCtrHdr #mainContent h5 {
	padding: 45px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColLiqCtrHdr #mainContent p {
	text-align:left;
	padding: 0px 0px 0px 202px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColLiqCtrHdr #footer { 
	float:left;
} 

.oneColLiqCtrHdr #footer #navHolder {
	padding: 10px 0px; 
	background-color:#FFFFFF;
	height: 50px;
	width: 750px;
} 
.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 */
	text-align: center;
	padding: 204px 0px 0px 150px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColLiqCtrHdr #footer h5 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	text-align: left;
	padding: 85px 0px 0px 150px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColLiqCtrHdr #footer h6 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	text-align: left;
	padding: 33px 0px 0px 150px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}