﻿img {border:none;}

body {
	background-color: #000000;
	background-image: url(/art/bgmain.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin: 0px;
	float: none;
	clear: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	font-weight:normal;
}
#Container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: auto;
	right: auto;
	background-image: none;
	padding:0px;
}
#MainContainer {
	float: right;
	position: relative;
	background-image:none;
	padding:0;
	width:800px;
	border:1px solid #444;
	background-color:#000;
	overflow:visible;
	height:480px;
}
#Content {
	background-image: url(/art/bgcontent.jpg);
	background-repeat: repeat-y;
	clear: none;
	margin:0;
	padding:0;
}
#Logo {
	background-image:none;
	height: 75px;
	width: 142px;
	float: left;
}
#Tagline,
#SeriesTagline {
	background-image:none;
	float: right;
	height: 75px;
	width: 200px;
	clear: none;
	position: relative;
	text-align: right;
}
#SeriesTagline {
	width: 246px;
}
#footer {
	margin-top:10px;
	float:right;
}
.head,
.redhead,
.greenhead,
.orangehead 
{
	color:#fff;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing:0px;
	font-family: Impact, Arial, Helvetica, sans-serif;
}
.subhead,
.redsubhead,
.greensubhead,
.orangesubhead 
{
	color:#fff;
	font-size: 20px;
	font-weight: normal;
	letter-spacing:0px;
	font-family: Impact, Arial, Helvetica, sans-serif;
}
.redsubhead a:link,
.redsubhead a:active,
.redsubhead a:visited,
.greensubhead a:link,
.greensubhead a:active,
.greensubhead a:visited,
.orangesubhead a:link
.orangesubhead a:active
.orangesubhead a:visited
{
	color:#fff;
	text-decoration:none;
}

.redsubhead a:hover,
.greensubhead a:hover,
.orangesubhead a:hover
{
	text-decoration:underline;
}

.redhead 
{
	/* color: #E7020E; */
}
.greenhead 
{
	/* color: #00DE25; */
}
.orangehead 
{
	/* color: #c94500; */
}
.highlight
{
	font-weight:bold;
}
.hidden 
{
	display:none;
}