/*-----------------------------------------------------------------------------
author:    www.danielwriter.com
-----------------------------------------------------------------------------*/


/* =Rock the Gap Global
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	}

/* Put it back on certain elements */


/* Class for clearing floats */
.clear
{
		clear:both;
		height:0px;
	}

/* Remove border around linked images */
img {
	border: 0;
	display:block;
	}

body {
	background:#080024;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	}
	
#containerOuter {
	background:url(../img/containerOuterBg.jpg) repeat-x #927740;
	}
	
#containerInner {
	background:url(../img/containerInnerBg.jpg) no-repeat top center;
	}
	
	
#banner {
	width:900px;
	margin:0 auto;
	}
	
#video {
	float:right;
	margin:52px 2px 73px 0;
	}
	
#content {
	margin:0 auto;
	width:900px;
	padding:0 0 20px 0;
	}
	
.title {
	padding:0 0 1px 0;
	}
	
#leftCol {
	float:left;
	padding:118px 0 0 28px;
	width:392px;
	}
	
#rightCol {
	float:right;
	width:426px;
	padding:101px 0 0 0;
	}
	
#bandImg {
	border:#000000 solid 1px;
	margin:0 0 15px 0;
	}
	
#vipImg {
	float:right;
	padding:0 0 10px 10px;
	}
	
#sponsors {
	background:url(../img/sponsorsHeader.jpg) top center no-repeat;
	}
	
#sponsorsInner {
	margin:0 auto;
	width:900px;
	padding:105px 0 0 0;
	}
	
/* =Typography
-----------------------------------------------------------------------------*/	
h1 {
	font-size:150%;
	margin:0 0 0 0;
	}
	
h2 {
	font-size:150%;
	margin:0 0 0 0;
	}	
	
h3 {
	font-size:125%;
	margin:0 0 0 0;
	}
	
h4 {
	font-size:150%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#0f3e52;
	font-weight:normal;
	}
	
h4 a {
	color:#766641;
	}

h4 a:link, h4 a:visited {
	text-decoration:underline;
	}

h4 a:hover, h4 a:active {
	text-decoration:none;
	}
	
h5 {
	font-size:115%;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	color:#4ddd9b;
	}
	
h5 a {
	color:#4ddd9b;
	}

h5 a:link, h5 a:visited {
	text-decoration:underline;
	}

h5 a:hover, h5 a:active {
	text-decoration:none;
	}
	
#content p {
	padding:0 0 15px 0;
	}
	
/* Links */	
		
#content p a {
	color:#a20015;
	padding:1px 1px;
	font-weight:bold;
	}

#content p a:link, #content p a:visited {
	text-decoration:underline;
	}

#content p a:hover, #content p a:active {
	color:#ffffff;
	background:#a20015;
	}
	
	
/* =footer
-----------------------------------------------------------------------------*/
#footerOuter {
	background:url(../img/footerBg.gif) repeat-x;
	border-top:#FFFFFF solid 2px;
	padding:0 0 0 0;
	}
	
#footer {
	width:900px;
	padding:0 0 60px 0;
	margin:0  auto;
	}
	
#footer p {
	text-align:left;
	}
	
#footerNav {
	color:#7b66c9;
	font-size:120%;
	padding:26px 0 0 0;
	}

#footerNav a, #footerNav a:link, #footerNav a:visited  {
	color:#7b66c9;
	text-decoration:underline;
	}

#footerNav a:hover, #footerNav a:active {
	text-decoration:none;
	}
	
#copyRight {
	font-size:90%;
	color:#7b66c9;
	margin:0 0 30px 0;
	}
	
#dwCredits {
	width:150px;
	float:right;
	margin:0 0 0 100px;
	}
	
#dwCredits h1 {
	width:150px;
	font-size:90%;
	height:69px;
	color:#030010;
	border-bottom:none;
	}
	
#h1dw {
	width:150px;
	height:69px;
	background:url(../img/dwImg.gif) no-repeat;
	position:absolute;
	}
	
#dwCredits a, #dwCredits a:link, #dwCredits a:visited  {
	color:#01080f;
	text-decoration:none;
	}
		

