body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	background-color: #FFF;
	text-align: left;
	padding-bottom: 20px;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 795px;
	height: 1600px;
	margin-right: auto;
	margin-left: auto;
}
	

#content {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #006;
	border: solid 1px #000;
	width: 793px;
	height: 1600px;
}


#nav {
	text-align: center;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
}


#leftcol {
	float: left;
	width: 400px;
	padding: 0 20px 20px 20px;
	border-right: 2px dotted #FFF;
}


#rightcol {
	position: relative;
	float: left;
	width: 300px;
	padding: 0 10px 20px 20px;
}


#rightcol h3 {
	height: 45px; 
	margin: 0px 0 10px 0;
	padding: 0;
	background: url(images/hdr_shows.gif) no-repeat;
}


#rightcol h3 span {
	display: none;
}


#rightcol p {
	padding: 10px;
}


#maincol {
	width: 755px;
	padding: 0 20px 20px 20px;
}


h3 span {
	display: none;
}



#bio1, #bio2, #bio3, #bio4, #bio5 {
	position: relative;
	width: 735px;
	padding-bottom: 10px;
}

#bio1 h3 {
	background-image: url(images/bio1_hdr.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 24px;
}


#bio2 h3 {
	background-image: url(images/bio2_hdr.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 24px;
}

#bio3 h3 {
	background-image: url(images/bio3_hdr.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 24px;
}

#bio4 h3 {
	background-image: url(images/bio4_hdr.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 24px;
}

#bio5 h3 {
	background-image: url(images/bio5_hdr.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 24px;
}





#songlist {
	position: relative;
	width: 735px;
}


#songlist ul {
	margin-left: 15px;
	margin-bottom: 25px;
	list-style-type: none;
}


#songlist ul li   {
	margin-top: 30px;
}

#songlist ul li span  {
	margin-left: 15px;
}



.section {
	padding: 10px 0 10px 0;
	border-top: 1px dotted #FFF;
}


.contact {
	padding: 20px;
}

.contact p {
	padding: 10px;
}


.thumbnail {
	float: left;
	width: 175px;
	margin: 25px;
	padding: 5px;
	font-size: 11px;
	line-height: 12px;
 }

.clear { 
	clear: both;
	height: 20px;
}


.floatleft { 
	float: left;
	margin: 0 20px 10px 0px;

}


hr {
	display: block;
	clear: left;
	visibility: hidden;
}

a:link {
	font-size: 12px;
	color: #F30;
	text-decoration: none;
	font-weight: bold;
}


a:hover {
	text-decoration: underline;
	color: #F30;
}

a:visited {
	color: #999;
	font-weight: bold;
	text-decoration: underline;
}
