/* -----Global Body----- */
#mainWrapper {
	top: 0;
	margin: 0;
	background: #990000;
}

#contentWrapper {
	margin: 20px auto 20px auto;
	width: 800px;
}

#mainNav {
	display: block;
	width: 235px;
	float: left;
}

/* -----Navigation Menu----- */
#mainNavHome {
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 235px;
	height: 230px;
	background: url('images/navHome.gif') 0 0 no-repeat;
}

#mainNavHome li a {
	display: block;
	width: 235px;
}

#mainNavHome li a span {
	display: none;
}

#mainNavHome li.home a {height: 40px;}
#mainNavHome li.home a.on, #mainNavHome li.home a:hover {background: url('images/navHome.gif') -235px 0 no-repeat;}
#mainNavHome li.venue a {height: 30px;}
#mainNavHome li.venue a.on, #mainNavHome li.venue a:hover {background: url('images/navHome.gif') -235px -40px no-repeat;}
#mainNavHome li.band1 a {height: 30px;}
#mainNavHome li.band1 a.on, #mainNavHome li.band1 a:hover {background: url('images/navHome.gif') -235px -70px no-repeat;}
#mainNavHome li.band2 a {height: 30px;}
#mainNavHome li.band2 a.on, #mainNavHome li.band2 a:hover {background: url('images/navHome.gif') -235px -100px no-repeat;}
#mainNavHome li.band3 a {height: 30px;}
#mainNavHome li.band3 a.on, #mainNavHome li.band3 a:hover {background: url('images/navHome.gif') -235px -130px no-repeat;}
#mainNavHome li.band4 a {height: 30px;}
#mainNavHome li.band4 a.on, #mainNavHome li.band4 a:hover {background: url('images/navHome.gif') -235px -160px no-repeat;}
#mainNavHome li.contact a {height: 40px;}
#mainNavHome li.contact a.on, #mainNavHome li.contact a:hover {background: url('images/navHome.gif') -235px -190px no-repeat;}

/* -----Page Elements----- */
#mainBody {
	font-family: arial;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

#mainBody a {
	color: #000000;
	text-decoration: underline;
}

#homeHero {
	display: block;
	width: 800px;
	height: 195px;
	background: url('images/homeHero.gif') 0 0;
}

#homeHero h1 {
	display: none;
}

#homeBands {
	display: block;
	width: 565px;
	height: 410px;
	float: right;
}

#asSeen {
	clear: both;
	display: block;
	width: 800px;
	height: 95px;
	background: url('images/asseen.jpg') 0 0;
}

#asSeen span {
	display: none;
}

#homeContent {
	clear: both;
	display: block;
	width: 760px;
	padding: 20px;
	background: #ffffff;
}

#subHero {
	display: block;
	width: 800px;
	height: 195px;
	background: url('images/subHero.gif') 0 0;
}

#subHero h1 {
	display: none;
}

#subContent {
	display: block;
	width: 545px;
	float: right;
	padding: 10px;
	background: #ffffff;
}

#subContent h1 {
	font-size: 36px;
	color: #666666;
}

/* -----Footer Elements----- */
#footer {
	display: block;
	text-align: center;
	width: 800px;
	margin: 10px auto 10px auto;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}