/* LAY OUT */

html, body {
  	padding: 0px;
 	margin: 0px;
	height: 100%;
	background: #F3E8CA;

	
	background-image: url(../images/bg.gif);
	background-position: top center;
	background-repeat: repeat-y;		
}
#body_wrap{
	width: 780px;
	margin: 0px auto;
	min-height: 100%;
	background-image: url(../images/body_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#header{
	height: 244px;
	width: 500px;
	margin-left: 140px;
	padding-top: 52px;
}
#left {
	width:160px;
	height: 10px;
	float:left;
}
#contentOut{
	width: 272px;
	float: left;
}
#contentIn{
	width: 272px;
	margin-bottom: 15px;
	padding-bottom:15px;
	height: 1px;
}
#rightOut{
	width: 195px;
	float: left;
}
#rightIn {
	margin-left: 28px;
}
#info {
	margin-bottom: 15px;
}
.closer{
	clear:both;
}
.cd_footer{
	font-size: 9px;
	font-style: italic;
}

/* STYLING */
body, div, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #F3E8CA;
	text-align: left;
}

a:link, a:active, a:hover, a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #76b6c5;
	text-decoration: underline;
}

a img {
	border: 2px solid #76b6c5;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	color: #FFFFFF;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	color: #76b6c5;
}

.blok{
	margin-bottom: 15px;
}

#shows_left {
	background-image:url(../images/live_shows.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 30px;
	margin-bottom: 30px;
}

#shows_left ul{
	list-style-type: none;
	padding:0px;
	margin: 0px;
}
#shows_left ul li{
}

#mailing {
	background-image:url(../images/mailing.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 30px;
	margin-bottom: 30px;
}

#gbook_right {
	background-image:url(../images/gbook.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 30px;
	margin-bottom: 30px;
}
.cover {
	float:left;
	margin-left: 15px;
}
.tracklist {
	float: left;
	width: 157px;
}
.trackmp3, tracklyrics {
	display: none;
}

.contact_left {
	width: 75px;
	float: left;
}
.CollapsiblePanelTab {
	font-size: 11px;
	font-weight: bold;
	color: #76b6c5;
	text-decoration: underline;
	cursor: pointer;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #171621;
	background-color: #F3E8CA;
}
.merchpic {
	float: left;
	margin-right: 10px;
}
.merchinfo {
	float: left;
	width: 150px;
}
