body, html {
	margin: 0px;
 	padding: 0px;
 	background-color: #000;
	font-family: Trebuchet MS,Verdana,sans-serif;
	color: #000;
}
a {
	color: #7c171b;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #2c4121;
}
div.header {
	background-color: #000;
	width: 100%;
	float: left;
	clear: both;
	color: #e9c13d;
}

#imgHeader {
	width:660px; 
	border:0px;
	margin: 10px 0px;
}

.eventbox {
	background-color: #7c171b;
	font-size: 85%;
	padding: 6px;
}
.eventbox a {
 	color: #e9c13d;
}
.eventbox a:hover {
	color: #2c4121;
}
div.left {	
	float: left;
	clear: left;
	padding: 10px;
	width: 220px;
}
div.center {
	float: left;
	clear: none;
	width: 660px;
}
div.right {
	float: left;
	clear: right;
	padding: 10px;
}

#content {
	width: 100%;
	padding: 10px 0px;
	float: left;
	clear: left;	
	background-color: #bebabf;
	margin: 0px;
}	
#inner {
	margin: 10px;
	font-size: 85%;
}
#footer {
	width: 100%;
	background-color: #000;	
	text-align: center;
	float: left; 
	clear: both;
}
#footer div.center {
	overflow: hidden;
	height: 140px; 
	padding: 0px;
	white-space: nowrap;
	margin: 10px 0px;
}
img.imgFooter {
	width: 159px;
	border: 0px;
	margin: 0px 8px 0px 0px;
	vertical-align: top;
	float: left;
	clear: none;
}
img.last {
	margin: 0px 0px 0px 0px;
}

#subfooter {
	width: 100%;
	background-color: #000;	
	text-align: center;
	float: left; 
	clear: both;
	font-size: 75%;
	color: #bebabf;
}

.song
{

}

.song a.play {
	background: transparent url(/images/brick-arrow.gif) no-repeat scroll 0 0;
	padding: 0px 0px 0px 30px;
	display: block;
	line-height: 24px;
}
.song a.play:hover {
	background: #d0a534 url(/images/brick-arrow.gif) no-repeat scroll 0 0;
}
.song a.playing {
	background: transparent url(/images/brick-arrow2.gif) no-repeat scroll 0 0;
	padding: 0px 0px 0px 30px;
	display: block;
	line-height: 24px;
	text-decoration: none;
}

.big {
	font-weight: bold;
	font-size: 120%;
}	
.transparent75 {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
.transparent50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.transparent30 {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.transparent15 {
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}