@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px auto;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	height: 88px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	float: left;
	width: 900px;
	background-color: #FFFFFF;
}
#nav {
	height: 40px;
	background-color: #2B3214;
}
.nav_buttons {
	width: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 11px;
	float: left;
}
.nav_buttons a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainfeature_ads {
	height: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#sidebar {
	height: 1200px;
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	background-color: #000000;
}
.sidebar_adboxes {
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-left: 10px;
}
#comingsoon {
	width: 672px;
	margin-right: 2px;
	float: left;
}
.featurevideomain {
	width: 670px;
	background-color: #79000D;
	padding-bottom: 10px;
}
.fv_header {
	height: 25px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	padding-left: 5px;
}
.videoplayer {
	width: 310px;
	margin-top: 10px;
	margin-left: 7px;
}
.video_desc {
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.video_clickhere_button {
	width: 300px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}
#newsmainbox {
	width: 670px;
	margin-top: 10px;
	background-color: #234749;
	padding-bottom: 15px;
}
.news_header {
	background-color: #000000;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	padding-left: 5px;
}
.newsboxes {
	background-color: #66D9E1;
	width: 640px;
	margin-top: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #234749;
	padding: 8px;
}
.bottom {
	float: left;
	width: 880px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.bottom_info {
	float: left;
	width: 280px;
	margin-top: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	padding-bottom: 10px;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	background-color: #333333;
	width: 870px;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 10px;
}
.oneColFixCtrHdr #footer p {
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-bottom: 10px;
}
