@charset "UTF-8";
body  {
	font: 16px Arial, Helvetica, sans-serif;
	background: url(../images/bg_08.gif) repeat;
	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: 955px;
	margin: 0 auto;
	text-align: left;
	background-color: #000000;
	border: thin groove #000000;
}

.oneColLiqCtrHdr #header {
	height: 109px;
}
.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 {
	width: 955px;
	overflow: visible;
	background-color: #000000;
}
.oneColLiqCtrHdr #footer {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.oneColLiqCtrHdr #footer p {
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav {
	width: 955px;
	overflow: hidden;
	height: 45px;
}				
#main_pic {
	float: left;
	background-color: #000000;
}
#link {
	padding: 8px;
	float: left;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
}
/* LINKS CSS Code*/
#link_container {
	float:left;
	width: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 44px;
	background-color: #000000;
}
#link_list {
	background color:#FFFFFF;
	width: auto;
	height: auto;
	float: left;
	padding-bottom: 12px;
	background-color: #FFFFFF;
}
#link_text {
	text-align: left;
	float:left;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 4px;
	color: #000000;
	width: 180px;
}
