/* Default Stylesheet 
* BODY ELEMENTS **/
body
{
	background:#640203;
	font-size:.75em;
	text-align:center;
}

/** MAIN CONTAINERS **/
#container
{
	background: black url(../images/bg.jpg) no-repeat;
	margin:0 auto;
	min-height: 582px;
	position:relative;
	text-align:left;
	voice-family:inherit;
	width: 992px;
}

body.fullwidth #container
{
	width:100%;
}

#header-logo
{
	float: left;
	height: 480px;
	left: 0;
	position: absolute;
	top: 0;
	width: 342px;
	z-index: 999;
}

#header-links
{
	height: 40px;
	position:absolute;
	top: 74px;
	left: 312px;
	width: 686px;
}

html>body #splatter
{
	background:url(../images/splatter.jpg) no-repeat;
	float:left;
	height:180px;
	margin-left:680px;
	margin-top:-96px;
	width:66px;
}

#sponsors
{
	height:400px;
	width:300px;
	position: absolute;
	top: 512px;
	left: 60px;
}

#sponsors img
{
	padding-left:20px;
}

#content-wrap
{
	margin-left:382px;
	min-height:600px;
	width:586px;
	padding-top: 212px;
}

div.content
{
	width:586px;
}

div.content-in
{
	float:left;
	padding-left:10px;
}

div.content-in img
{
	border:1px solid #ad110c;
	margin:10px;
}

div.content-in h1
{
	background:url(../images/h1bg.jpg) no-repeat;
	color:#c5c5c4;
	font-family:"Georgia";
	font-size:1.6em;
	line-height:2em;
	margin-left:-10px;
	min-height:59px;
	min-width:267px;
	padding-top:17px;
	text-indent:10px;
}

div.content-in h2
{
	color:#ad110c;
	font-size:1.6em;
	line-height:1.4em;
}

div.content-in h2 a
{
	color:#949392;
}

div.content-in h3
{
	color:#ad110c;
	font-size:1.2em;
	font-style:italic;
	line-height:1em;
	margin-bottom:.4em;
}

div.content-in hr
{
	background:black;
	border:none 0;
	border-top:1px dashed #ad110c;
	height:1px;
}

div.content-in .video
{
	border:1px solid #ad110c;
	height:355px;
	width:425px;
}

#footer
{
	background:#640203 url(../images/footer.jpg) no-repeat;
	min-height:130px;
	padding-top:16px;
	width:992px;
}

#footer-in
{
	padding-top:60px;
}

/** SUB CONTAINERS **/
.clickable_div a
{
	display:block;
	height:100%;
	width:100%;
}

#header-links a,#header-links a:hover
{
	display:block;
	float:left;
	margin-right:16px;
}

i {
	font-style:italic;
}

b {
	font-weight: bold;
}