@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E6E6E6;
	background-image: url(Images/blackgradientbg.jpg);
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #container {
	width: 736px;  /* 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. */
	margin-top: 10px;
}
.oneColLiqCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(Images/graynoshopheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.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: #FFFFFF;
	padding-left: 10px;
	float: none;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	clear: none;
	position: static;
	margin-left: 165px;
}
.oneColLiqCtrHdr #footer {
	background-color: #DDDDDD;
	background-image: url(Images/footer.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}.leftsidebar {
	border: medium none #000000;
	float: left;
	height: 700px;
	width: 150px;
	background-image: url(Images/sidebar.jpg);
	clear: both;
	background-repeat: no-repeat;
	padding: 10px;
	margin-left: 10px;
}

.ROTATING {
	background-repeat: no-repeat;
	height: 50px;
	width: 175px;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 0px;
	margin-top: 90px;
	margin-right: 200;
	margin-bottom: 0px;
	margin-left: 125px;
	background-image: url(Images/rotatingpic.gif);
}
