html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a 
{
     margin: 0;
     padding: 0;
     border: 0;
}

body 
{
	background: #2e2e2e url(../images/body_bg.jpg) repeat-x;
	font: 100% "Trebuchet MS", Verdana, Arial, sans-serif;
}




h1 
{
	font-size: 2em;
	margin-bottom: 20px; 
}

h2 
{
	font-size: 1.5em;
}

h3 
{
	font-size: 1em;
}

h1,
h2,
h3
{
	font-family: Georgia, serif; 
}

h2,
h3,
p
{
	margin-bottom: 10px; 
}
#maincol h3 {
	color: #FFFFFF;
	font-size: 18px;
}


p
{
	line-height: 1.5em; 
}

#skipnav 
{
	position: absolute;
	top: 0;
	left: -5000px;
}

a,
a:link,
a:visited,
a:active
{
	color: #660000;
	text-decoration: none; 
}

a:hover,
a:focus
{
	color: #990000;
}

#printed-header
{
	display: none; 
}
	
#header 
{
	float: left;
	width: 100%;
	color: #FFFFFF;
	height: 89px;
	margin: 0px;
	padding: 0px;
	background: url(../images/header_bkgrd.jpg) no-repeat center top;
}
#subheader {
	background: url(../images/title.jpg) no-repeat;
}
#header h1 {
	position: absolute;
	top: -10000px;
}


#header img {
	margin: 0px;
	padding: 0;
}
#topcontainer {
	width: 820px;
	margin: 0px auto 0;
	text-align: left;
	background: url(../images/title.jpg) no-repeat left top;
	height: 89px;
	position: relative;
}


.container 
{
	width: 820px;
	margin: 0px auto 0;
	text-align: left;
}
.container1 {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/mainimg2.jpg) no-repeat 0px 6px;
	position: relative;
}
.container2 {
	width: 820px;
	margin: 0 auto 0px;
	text-align: left;
	padding: 35px 20px 35px 0px;
}


.navtabs{
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
	position: absolute;
	top: 62px;
	right: 50px;
}


.navtabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.navtabs li{
display: inline;
margin: 0;
}

.navtabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0 10px 0 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px none white; /*right divider between tabs*/
	color: white;
	background: #373737; /*background of tabs (default state)*/
}

.navtabs li a:visited{
color: white;
}

.navtabs li a:hover, .navtabs li.selected a{
	background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #FFFFFF;
}



#main-nav 
{
	clear: both;
	margin-bottom: 0px;
}

#main-nav ul 
{
	padding: 0.5em 0; 
	list-style: none; 
}

#main-nav li 
{
	display: inline; 
	margin: 0 0.5em; 
}

#main-nav a,
#main-nav a:link,
#main-nav a:visited,
#main-nav a:active

{
	color: #660000;
	text-decoration: none; 
}

#main-nav a:hover,
#main-nav a:focus
{
	color: #00157E;
	background: #990000;
}
#leftcol1 {
	float: left;
	width: 325px;
	padding: 15px 5px 0px 0px;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: 0px;
}
#leftcol1 h2 {
	font-size: 20px;
	line-height: 35px;
	color: #f5f5f5;
	font-style: italic;
	padding-bottom: 0px;
	padding-right: 0px;
}
#leftcol2 {
	float: left;
	width: 400px;
	margin-bottom: 10px;
	margin-top: 40px;
	padding-right: 20px;
	display: inline;
}
#leftcol2 a {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

#leftcol2 p {
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
}
#leftcol2 span {
	font: italic bold 15px Georgia, "Times New Roman", Times, serif;
}

#rightcol2 {
	float: left;
	width: 290px;
	margin: 25px 0 0 0;
	padding: 20px 0px 0px 40px;
	border-left: 2px dotted #999999;
	display: inline;
}
#rightcol2 h3 {
	padding-left: 10px;
}
#rightcol2 img {
	margin: 8px;
	border: 2px solid #000000;
}


#rightcol1 {
	float: right;
	width: 370px;
	margin: 40px 0 0;
	padding: 0px;
	text-align: right;
	height: 246px;
	color: #CCCCCC;
}

#rightcol1 h2 {
	font-size: 18px;
	line-height: 28px;
	color: #f2f2f2;
	font-style: italic;
	padding-bottom: 0px;
	padding-right: 0px;
	text-align: left;
}
#itunes {
	margin-top: 15px;
}


#footer 
{
	clear: both;
	margin-top: 0px;
	color: #CCCCCC;
	padding: 20px 20px 20px 20px;
}

#footer #copyright
{
	float: left;
	font-size: 12px;
	padding-right: 50px;
}

#footer ul
{
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	float: right;
	margin-right: 15px;
}

#footer li
{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	color: #999999;
}

/*#footer #copyright
{
	float: left; 
	font-size: 12px;
}

#footer ul
{
	text-align: right;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}

#footer li
{
	display: inline; 
	padding-left: 1em; 
}*/


#footer a,
#footer a:link,
#footer a:visited,
#footer a:active
{
	color: #FF9933;
	text-decoration: none;
}

#footer a:hover,
#footer a:focus
{
	color: #990000;
}

.imgfltlft {
	float: left;
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: 10px;
}
.rightborder {
	border-right: 1px solid #CCCCCC;
	color: #CCCCCC;
}

.clear {
	clear:both;
	margin:0;
	line-height: 0;
}
.bandmember {
	float: left;
	width: 160px;
	margin-right: 10px;
}
.bandmember img {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFFFFF;
}
.bandmember p {
	font-size: 14px;
	color: #333333;
	margin-top: 5px;
	text-align: center;
	width: 148px;
	background: #fff;
	padding: 2px;
}

#thearrivals {
	background: url(../images/band_bkgrd.jpg) no-repeat center center;
	margin: 0px auto 40px;
	width: 820px;
	text-align: center;
	border: 1px solid #e2e2e2;
}
#thearrivals h2 {
	background: #6E2826;
	padding-top: 8px;
	padding-bottom: 8px;
	font: 22px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #FFFFFF;
}

#theband {
	width: 720px;
	margin-left: 75px;
	margin-right: auto;
}

