@charset "utf-8";
body {
	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: #FFC;
	background-color: #666666;
	background-image: url(../images/background.png);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColLiqCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #9CAE7B;
	background-image: url(../images/topback.jpg);
	background-repeat: repeat;
}
#shadow {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shadow2.png);
	background-repeat: repeat-y;
}

.oneColLiqCtrHdr #container #mainContent #homemain #flowplayerholder {
	float: right;
	width: 300px;
	left: 50px;
	border-top-color: #4d4921;
	border-right-color: #4d4921;
	border-bottom-color: #4d4921;
	border-left-color: #4d4921;
}
.oneColLiqCtrHdr #container #mainContent #homemain #container1 {
	float: left;
	border: medium solid #4d4921;
}
.oneColLiqCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
	background-image: url(../images/background.jpg);
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColLiqCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(../images/topback.jpg);
	background-repeat: repeat;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #1B120D;
} 

.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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColLiqCtrHdr #homemain {
	background-image: none;
	background-position: center top;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
}
.oneColLiqCtrHdr #homemaintop {
	background-color: #1b120d;
	background-image: url(../images/backing.jpg);
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	height: 10px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
.oneColLiqCtrHdr #container #mainContent .rounded .top {
	background-image: url(../images/topbacking.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
.oneColLiqCtrHdr #container #mainContent .rounded .middle {
	background-image: url(../images/middlebacking.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.oneColLiqCtrHdr #container #mainContent .rounded .bottom {
	background-image: url(../images/bottombacking.jpg);
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.oneColLiqCtrHdr #container #mainContent .rounded .middle p {
	margin: 0px;
}
.oneColLiqCtrHdr #container #mainContent .rounded {
	width: 850px;
}

