@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: #E8EADC;
	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: #E8EADC;
}
.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;
}
/* PICS CSS Code*/
#product_container{
	background-color: #e8eadc;
	height: auto;
	float: left;
}

#select {
	margin-right: auto;
	margin-left: 20%;
}
#category {
	float: left;
	height: 300px;
	width: 300px;
	padding-left: 16px;
	padding-bottom: 10px;
}
