@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;
}
.bookmark {
	float: right;
	height: 50px;
	margin-top: 10px;
	margin-right: 20px;
}
#mainfeature_ads {
	height: 175px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#releases {
	float: left;
	width: 880px;
	margin-left: 10px;
}
#newreleasesmain {
	background-color: #272D12;
	width: 870px;
	padding-bottom: 10px;
	float: left;
}
.newreleaseheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	height: 30px;
	padding-top: 5px;
	padding-left: 7px;
}
.nr_box {
	background-color: #AACC38;
	width: 160px;
	margin-top: 10px;
	margin-left: 12px;
	padding-bottom: 10px;
	float: left;
}
.nr_pic {
	display: inline;
	float: left;
	width: 110px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: auto;
}
.nr_desc {
	float: left;
	width: 150px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	margin-left: 5px;
}
.nr_desc2 {
	width: 150px;
	background-color: #272D12;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
.nr_desc2 a{
	width: 150px;
	color: #FFFFFF;
}
#comingsoon {
	float: left;
	width: 325px;
	margin-top: 10px;
	padding-bottom: 10px;
	background-color: #F9C338;
}
.cs_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	height: 30px;
	padding-top: 7px;
	padding-left: 5px;
}
.cs_pic {
	float: left;
	width: 80px;
	margin-top: 10px;
	margin-left: 20px;
}
.csdesc {
	float: left;
	width: 80px;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	text-align: center;
}
#mainad2 {
	background-color: #CCCCCC;
	float: left;
	width: 320px;
	padding: 5px;
	margin-top: 10px;
}
.mainadpic {
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 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;
}
