@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #ffffff;
}
.oneColLiqCtrHdr #container {
	width: 910px;  /* this will create a container 80% of the browser width */
	background: #00000;
	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. */
}
.oneColLiqCtrHdr #header {
	background: #000000;
	padding: 20px 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 {
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
.oneColLiqCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
} 
.oneColLiqCtrHdr #footer_lt {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	height: 40px;
	font-size: 10px;
	width: 250px;
	float: left;
	margin-top: 0px;
} 
.oneColLiqCtrHdr #footer_rt {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	height: 40px;
	font-size: 10px;
	font-weight: normal;
	margin-top: 10px;
}
.oneColLiqCtrHdr #footer_rt2 {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	height: 40px;
	font-size: 10px;
	font-weight: normal;
}

#menu {
	height: 90px;
	width: 528px;
	margin-left: 375px;
}
.oneColLiqCtrHdr #image {
	background: #000000;
	padding: 0px 0px 0px 0px;
	height: 90px;
}
.oneColLiqCtrHdr #image2 {
	background: #000000;
	padding: 5px 5px 0px 5px;
	width: 70px;
	float: left;
}
#logo {
	height: 100px;
	width: 375px;
	float: left;
}
#text {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 60px;
	margin-left: 60px;
}




#bar {
	background-color: #000;
	background-image: url(/images/bar.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 14px;
	margin-top: 15px;
}
#form {
	width: 375px;
	margin-left: 270px;
}
#win {
	height: 225px;
	width: 200px;
	float: left;
	margin-left: 350px;
	margin-top: 80px;
}
#win2 {
	height: 500px;
	width: 900px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#text2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #ffc835;
}
#about {
	height: 385px;
	width: 280px;
	float: left;
	margin-left: 10px;
	font-size: 11px;
	border: 1px;
	border-color: #FFF;
	border-left: 1px;
	background-color: #333;
}
#about2 {
	height: 400px;
	width: 890px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#title {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	color: #ffc835;
	font-weight: bold;
}
#share {
	background-color: #000;
	width: 100%;
	height: 14px;
	margin-top: 10px;
}
#title2 {
	margin-top: 5px;
	margin-bottom: 7px;
	margin-right: 5px;
	margin-left: 5px;
	color: #E67817;
	font-weight: bold;
	font-size: 12px;
}
#win_mid {
	height: 175px;
	width: 250px;
	float: left;
	margin-left: 10px;
}
#win_left {
	height: 175px;
	width: 290px;
	float: left;
	margin-left: 5px;
}
