@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;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
.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;
}
.bookmark {
	float: right;
	height: 50px;
	margin-top: 10px;
	margin-right: 20px;
}
#mainfeature_ads {
	height: 175px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#sidebar {
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	background-color: #000000;
	padding-top: 20px;
}
.sidebar_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	float: left;
	width: 180px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
}
.sidebar_adboxes {
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#featuredvideo {
	width: 672px;
	margin-right: 1px;
	float: left;
}
.featurevideomain {
	width: 670px;
	background-color: #79000D;
	padding-bottom: 10px;
	float: left;
}
.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;
	float: left;
}
.video_desc {
	width: 320px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}
.video_clickhere_button {
	width: 350px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.album_descr {
	float: left;
	width: 650px;
	margin-top: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#newsmainbox {
	width: 670px;
	margin-top: 10px;
	background-color: #234749;
	padding-bottom: 15px;
	float: left;
}
.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: 630px;
	margin-top: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #234749;
	padding: 8px;
}
#merchandise_main {
	width: 670px;
	margin-top: 10px;
	background-color: #FF6600;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
}
.merc_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;
}
.nr_box {
	background-color: #FF9933;
	width: 320px;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	float: left;
}
.nr_box:hover {
	background-color: #FFCC33;
	width: 320px;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	float: left;
}
.nr_pic {
	display: inline;
	float: left;
	width: 110px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
}
.nr_desc {
	float: left;
	width: 170px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.nr_desc2 {
	width: 150px;
	background-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
}
.merc_pic {
	height: 90px;
	width: 300px;
	margin-top: 10px;
	margin-left: 10px;
}
.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;
}
.bottom_info a {
	color: #FFFFFF;
	text-decoration: underline;
}
.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;
}
