
* { padding: 0; margin: 0; }

a :link, a:visited, a:hover{
border: 0px;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 707px;
}

#header {
 color: #333;
 width: 707px;
	height:139px;
 float: left;
 height: 139px;
 background-color:#CCCCCC;
 background-image:url(images/header_img.jpg);
}

#header h1 {
	text-indent:-9999px;
	height:1px;
	display:block;
	}




#nav{
margin-bottom:10px;
}







/* Main navigation
------------------------------------------------------------------*/
ul#nav {
	float: left;
 width: 707px;
 color: #333;
	height:40px;
	/*overflow: hidden;*/
	background:transparent url(./images/navBar.jpg) no-repeat 0 -40px;
	}
ul#nav li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	text-indent:-9999px;	
	}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	background:transparent url(./images/navBar.jpg) no-repeat;
	}
li#news a {
	width:81px;
	height:40px;
	 }
li#music a {
	width:81px;
	height:40px;
	 }
li#video a {
	width:66px;
	height:40px;
	 }	 
li#shows a {
	width:86px;
	height:40px;
	 }
li#gallery a {
	width:82px;
	height:40px;
	 }	
li#store a {
	width:75px;
	height:40px;
	 }
li#super a {
	width:144px;
	height:40px;
	 } 	
li#about a {
	width:92px;
	height:40px;
	 } 	
li#news a:link, li#news a:visited {	
	background-position:0px 0px;
	} 	 	 
li#news a:hover, li#news a:focus {
	background-position:0px -40px;
	 }
li#music a:link, li#music a:visited {	
	background-position:-81px 0px;
	}
li#music a:hover, li#music a:focus {	
	background-position:-81px -40px;
	}
li#video a:link, li#video a:visited {	
	background-position: -162px 0px;
	}
li#video a:hover, li#video a:focus {	
	background-position: -162px -40px;
	}
li#shows a:link, li#shows a:visited {	
	background-position: -228px 0px;
	}
li#shows a:hover, li#shows a:focus {	
	background-position: -228px -40px;
	}
li#gallery a:link, li#gallery a:visited {	
	background-position: -314px 0px;
	}
li#gallery a:hover, li#gallery a:focus {	
	background-position: -314px -40px;
	}
li#store a:link, li#store a:visited {	
	background-position: -396px 0px;
	}
li#store a:hover, li#store a:focus {	
	background-position: -396px -40px;
	}
li#super a:link, li#super a:visited {	
	background-position: -471px 0px;
	}
li#super a:hover, li#super a:focus {	
	background-position: -471px -40px;
	}
li#about a:link, li#about a:visited {	
	background-position: -615px 0px;
	}
li#about a:hover, li#about a:focus {	
	background-position: -615px -40px;
	}


/* Main navigation "active tabs"
------------------------------------------------------------------*/
body#news-page ul#nav li#news a {
	background-position:0px -80px;
	}
body#music-page ul#nav li#music a {
	background-position:-81px -80px;
	}
body#video-page ul#nav li#video a {
	background-position:-162px -80px;
	}
body#shows-page ul#nav li#shows a {
	background-position:-228px -80px;
	}
body#gallery-page ul#nav li#gallery a {
	background-position:-314px -80px;
	}
body#store-page ul#nav li#store a {
	background-position:-396px -80px;
	}
body#super-page ul#nav li#super a {
	background-position:-471px -80px;
	}
body#about-page ul#nav li#about a {
	background-position:-615px -80px;
	}

h2 span {
         display: none;
}

	

#email h2 {
	height:41px;
	width:134px;
	margin:0 0 0 0;
	float:right;
	background:url(./images/email-title.jpg) no-repeat ;
	}	


#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 500px;
 width: 500px;
 float: left;
 background: #ffffff;
 overflow:auto;
}
#rightcolumn { 
 text-align: right;
 float: right;
 color: #333;
 border-left: 1px solid #f49200;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 500px;
 width: 160px;
 display: inline;
 background: #ffffff;
}
#footer { 
 width: 707px;
 height: 40px;
 clear: both;
 color: #fff;
 background-color: #5facfb;
 background-image:url(images/footer_01.jpg);
 margin: 0px 0px 0px 0px;
}

hr {
border: 0;
color: #f49200;
background-color: #f49200;
height: 1px;
width: 80%;
text-align: left;
}

input.submit {
width:61px;
height:24px;
border:0;
text-indent:-9999px;
background-image:url(images/email-button.jpg);
}