body {
	background: #444;
	font-family: "Trebuchet MS", Verdana, Ariel, sans-serif; 
	font-size: 12pt;
}

#container {
	background: #5C4F0F;
	width: 1000px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 3px solid #999;
}

a {
	color: #ff9500;
	text-decoration: none;
	font-weight: bold
}

a:hover{
	color: #ff0000;
}

#headtext {
	color: #FFF;
	font-family: Baskerville, serif; 
	font-size: 18pt;
	text-align: center;
	height: 80px;
	margin-top: 25px;
}

.gig {
	font-size: 9pt;
	width: 150px;
	height: 80px;
	float: left;
}
#BB {
	position: absolute;
	top: 180px;
	left: 0px;
}

#dlist {
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
}

#tour-dates {
	width: 520px;
	border-collapse:collapse;
	float: right;
	margin-right: 16px
}

#tour-dates td {
vertical-align: top;
border-bottom: 1px #555 solid;
}

.date {
	background: url(blood.gif) 0 8px no-repeat;
	padding-left: 20px
}

#tour-content {
	margin-left: 450px;
	position: relative;
	font-size: 9pt;
	font-weight: normal;
}


#dlist dt {
	cursor: pointer;
	border-bottom: solid thin #332;
	border-right: solid thin #332;
	color: #FF9500;
	text-align: right;
	padding-right: 16px;
	background: #000;
}

#dlist dt:hover {
	color: #fff !important;
}

dd {
	height: 377px;
	margin-left: 1.5em;
	margin-top: .5em;
	margin-bottom: .5em;
}

#gplayers {
	position: absolute;
	width: 500px;
	right: 16px;
}

.gtune {cursor: pointer}

.selected-tune {color: #ff9500;}

.player-div {}

.gtext {}

.ptext {
	margin-left: 460px;
	padding-left: 16px;
	padding-right: 16px;
	line-height: 18px;
}


.transp {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

