@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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;
}



#container  {
	width: 1041px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../_images/acid_borders.jpg);
	background-repeat: repeat;
}



#mainContent  {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 900px;
	margin: 0 0 0 70px;
}
#header {
	margin: 0 0 0 70px;
	padding: 0px 0 0 0;
	background-color: #000;
	width: 900px;
	background-image: url(../_images/header_bg.jpg);
	height: 251px;
	position: relative;
	background-repeat: no-repeat;
}
#optin {
	width: 400px;
	margin: 0 0 0 140px;
	padding: 58px 0 0 0;
}

#footer p a {
	color: #fff;
	text-decoration: none;
}

#header #menu {
	padding: 0px;
	margin: 0 10px 0 0 0;
	color: #FFF;
	position: absolute;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	width: 900px;
}
#photos {
	margin: 0 0 0 70px;
	padding: 0px;
	width: 900px;
	height: 370px;
	background-color: #666;
}


#headline {
	padding: 15px 0 10px 0;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
	color: #FFF;
	text-align: center;
}
#subheadline h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#body table tr td h3 a {
}


#subheadline {
	color: #FFF;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
}

#submenu {
	width: 900px;
	padding: 0px;
	margin: 0 0 0 70px;
	color: #FFF;
	background-color: #C60500;
	height: 30px;
}
#submenu h1 {
	margin: 0px;
	padding: 5px 0 0 0;
	font-size: 16px;
	font-family: Verdana;
	text-align: center;
}
#submenu h2 {
	margin: 0px;
	padding: 5px 0 0 0;
	font-size: 16px;
	font-family: Verdana;
	text-align: center;
}
#subheadline table tr td {
	color: #C80201;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}




#body {
	width: 900px;
	margin: 5px 0 0 70px;
	padding: 0px;
	color: #FFF;
}
#body h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
	margin: 0px;
}
#body p {
	margin: 0px;
	padding: 5px 60px 5px 70px;
	line-height: 120%;
}
#footer {
	width: 900px;
	margin: 0 0 0 70px;
	color: #FFF;
	background-image: url(../_images/footer_bg.jpg);
	height: 225px;
	font-size: 11px;
	text-align: center;
	padding: 0px;
	background-repeat: no-repeat;
}
#footer p a {
	color: #0CF;
	text-decoration: underline;
}


#body table tr td p {
	padding: 0 10px 10px 10px;
	margin: 0px;
	text-align: left;
	font-family: verdana;
	font-size: 14px;
}
#body table tr td h2{
	color: #C80201;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	margin: 10px 0 0 0;
	text-align: center;
}
#body table tr td h4 {
	padding: 0 0 10px 0;
	margin: 0px;
	text-align: center;
	font-family: verdana;
	font-size: 14px;
}
#body table tr td h5 {
	font-size: 18px;
	margin: 5px 0px 5px 10px;
	padding: 0px;
	color: #FF0;
	font-family: verdana;
	font-weight: bold;
}
#subheadline table tr td a {
	text-decoration: none;
	color: #C80201;
}

#subheadline table tr td a:hover {
	text-decoration: none;
	color: #FF0;
}

#body table tr td a {
	text-decoration: none;
	color: #C80201;
}
#body table tr td a:hover {
	text-decoration: none;
	color: #FF0;
}
#body p a {
	text-decoration: none;
	color: #0CF;
}
#body p a:hover {
	text-decoration: none;
	color: #FF0;
}
#body table tr td h3 a:hover {
	color: #FF0;
}
#boardsubmenu {

}
#seriessubmenus {
	float: left;
	margin: -5px 15px 10px 0;
	height: 300px;
}
#header #socialmediabuttons {
	position: absolute;
	margin: 35px 0 0 675px;
	width: 200px;
	text-align: right;
}
#homeSpecial {
	position: absolute;
	width: 575px;
	height: 404px;
	margin: 10px 0 0 -120px;
}

