body {
	position: relative;
	height: 100%;
	background-color: #222;
	font-family: "MS Trebuchet", Trebuchet, Arial, sans-serif;
	color: #CCC;
	background-image: url(grad.png) repeat-x;
}


#container {
	width: 750px;
}

#left_col{
	position: absolute; 
	top: 0;
	left: 0;
		width: 350px;
		height: 224px;
		background-image: url(logo-trans.png);
}

#blurb { 
	position: absolute;
	line-height:1.4em;
	top: 89px;
	left: 350px;
	height: 50px;
	width: 400px;
	color: #999;
	margin-bottom: 70px;
}

#blurb p {
	padding-left: 5px;
	margin-bottom: 15px;
}

#tracklist {    
	position: absolute;
	left: 350px;
	width:400px;  
	top: 221px;
	line-height: 1.5em;
}

.date {
	font-family: Impact, "MS Trebuchet", Trebuchet, Arial, sans-serif;   
	position: relative;
	padding-top: 25px;
	margin-right: 4px;
	margin-left:-350px;
	width:335px;
	text-align: right;
font-size:.7em;
color:#ddd;
}

.personnel {  
	position: relative;
	float: left;
	margin-right: 4px;
	margin-left:-350px;
	width:335px;
	font-size: .8em;
	text-align: right;
	line-height: 1.2em;
	vertical-align: text-bottom;
	color: #666;
}

.track{
	font-style: bolder;
	font-size: .8em;
	width: 300px;
}

.sound{
	float:left;
	width: 30px;
}

.time{
	font-size: .8em;
	color:#666; 
	width: 50px;
	display:inline;
	margin-bottom:10px;
	margin-top: -15px;
}

.right{
	float:right;
}

a:link{ color: #ccc; text-decoration: none; }
a:hover{ color: #eee; text-decoration: none; font-style: italic;}
a:active{ color: #fff; text-decoration: none ;}