body {
	padding:0;
	margin:0;	
	color: #000;
}

html, body {
	font-size:small; 
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans;
	line-height:125%;
	background-attachment:fixed;
} /* overal font and sizing */

.clear{clear:both;}

a img{border:0;}

a:link{color:#3f7d0a;text-decoration:underline;}
a:visited{color:#777;text-decoration:underline;}
a:hover{color:#3f7d0a;text-decoration:none;}
a:active{color:#3f7d0a;text-decoration:none;}

/***********************/

h2#head{
	margin:0;
	padding:0;
	width:185px;
	height:54px;
	overflow:hidden;
	background:url(img/music_title.gif) no-repeat right top;
	position:absolute;
	top:-1px;
	left:15px;
	z-index:0;
}

h2#head span{ visibility:hidden;}

#holder{
	border:1px solid #fff;
	margin:0 auto 50px;
	width:900px;
	position:relative;
}
.txt{
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	margin:60px auto 20px;
	line-height:180%;
	padding:15px;
}
h3{
	font-size:2em;
	font-weight:normal;
	margin:0 0 5px;
}
h4{
	font-size:1.6em;
	font-weight:normal;
	margin:0 0 5px;
}
p{
	margin: 5px 0;
}



div.playerBox1 {	
	width:1px;
	height:1px;
	position:fixed;		
	border:0px solid red;
}


div.playerBox2 {	
	width:420px;
	position:relative;	
	left:480px;	
	top:20px;
}

#nLinks{
	background:url(img/icon_arr_l.gif) no-repeat 0 50%;
	position:relative;	
	left:460px;
	width:420px;
	padding:0 0 0 20px;
	margin:-25px 0 0 0;
	height:25px;
	top:20px;
}

	#nLinks span.link1{
		float:none;
		margin:0 10px 0 0;		
	}

div.band{
	width:450px;
	border:2px solid #ccc;
	border-width:3px 0 1px;
	background:#fafafa;
	margin:0 0 30px 0;
}

.band h3{
	padding:10px 15px 0;
	color:#209b10;
}

span.date{
	font-size:14px;
	font-weight:normal;
	color:#666;	
}

div.desc{
	margin:10px 15px 5px;
	clear:both;
}

table.tracks{
	clear:both;
	border-collapse:collapse;
	width:100%;
}
	
	table.tracks td{
		height:24px;
		font-size:12px;
		padding:0 2px;
		line-height:auto;
	}
	
	table.tracks tr {	background:#eee; }
	table.tracks tr.alt{	background:#fff; }
	table.tracks tr.over{	background:#d2ebcf; }
	
	td.n{ width:16px; text-align:right; color:#666;}
	td.p img{
		width:13px;
		height:13px;
		vertical-align:middle;
	}
	a.song,
	span.song{
		display:block;
		padding-left: 30px;
		background: url(img/icon_play.gif) no-repeat 8px 50%;
		cursor:pointer;
		text-decoration:none;
	}
	
	span.song2{
		cursor:pointer;
		color:#209b10;
		border-bottom:1px dotted #888;
	}
	
	span.link1{
		float:right;
		margin: 5px 15px 5px;
		font-size:11px;
		cursor:pointer;
		color:#666;
		border-bottom:1px dotted #888;
	}
	
	span.link11{
		display:table;
		margin:0 0 10px 15px;
		font-size:11px;
		cursor:pointer;
		color:#666;
		border-bottom:1px dotted #888;
	}
	
	td.t{ width:36px; text-align:right; color:#333;}
	td.d{ width:36px; text-align:right; color:#666;}
	td.f{ width:26px; text-align:center;}
	td.f img{ vertical-align:middle;}















