@charset "UTF-8";
body {
	margin: 12; /* 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: 950px; /* 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. */
	background-color: #000000;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 105px;
	margin: 0px;
	color: #000000;
}
.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 */
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #000000;
	font-family: "Gill Sans", Arial, sans-serif;
	color: #006600;
	font-size: 12px;
	background-image: none;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CCCC33;
	margin-top: 7px;
	clear: both;
}
#mainContent p {
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 13px;
	color: #CCFF00;
	float: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent h1 {
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCFF00;
	float: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
}
#mainContent h2 {
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 13px;
	color: #CCFF00;
	float: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.imageMain {
	float: left;
	width: 420px;
	margin: 0px;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.textBlock {
	width: 200px;
	float: left;
	padding-top: 25px;
}
.footer {
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #003300;
	font-weight: normal;
	font-variant: small-caps;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	clear: both;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.link:link {
	color: #66FF00;
	text-decoration: none;
}
.link:visited {
	color: #66FF00;
	text-decoration: none;
}
.link:hover {
	color: #009900;
}
.imageSecret {
	float: left;
	width: 948px;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	clear: right;
	background-color: #000000;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}
.releasesContentBox {
	float: left;
	width: 850px;
	height: 250px;
	background-color: #000000;
	font-family: "Gill Sans", Arial, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.coverImages {
	background-color: #000000;
	padding-right: 25px;
	float: left;
	padding-bottom: 50px;
}
#homepageTextBox {
	float: right;
}

