body { 
	background: #eeaf00;
	margin: 0px;
	padding: 0px;
}

#wrapper { 
	margin: 0px auto;
	position: relative;
	width: 1024px;
	height: 768px;
	background: white;
	display: block;
}

#name {
	position: absolute;
	top: 44px;
	left: 44px;
}

#nav {
	position: absolute;
	top:74px;
	left: 620px;
}

#bg { 
	position: absolute;
	top: 105px;
	left: 0px;
}

#content_background { 
	position: absolute;
	background: #f4edca;
	top: 105px;
	left: 578px;
	z-index: 5;
	width: 446px;
	height: 663px;
	filter: alpha(opacity=80); 
	opacity:.8;
}

#content { 
	position: absolute;
	z-index: 9;
	margin: 0px;
	padding: 0px;
	top: 105px;
	left: 622px;
	width: 365px;
	font-family: Arial;
	font-size: 12px;
	line-height: 24px;
}

#headshot { 
	margin-right: 22px;
	float: left;
}

#content p.first {
	margin-top: 57px;
	margin-bottom: 0px;
	padding: 0px;
}

#content p {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}

	
.wwwlink { 
	color: #ee4322;
	text-decoration: none;
}

#biolinks { 
	margin-top: 27px;
}

#leftcol { 
	float: left;
	width: 165px;
	margin-right: 20px;
	line-height: 18px;
	font-size: 11.5px;
}

.hl { 
	margin-bottom: 10px;
}

.hl a { 
	text-decoration: none;
	color: #ed3726;
}

.ln { 
	margin-bottom: 10px;
}

.ln a { 
	text-decoration: none;
	color: #ed3726;
}


#rightcol { 
	float: left;
	width: 165px;
	margin-right: 10px;
	line-height: 18px;
	font-size: 11.5px;
}




#player, #playlist {
	float:left;		
	margin-right:20px; 
}

/* player dimensions */
#player {
	display:block;	
	position: absolute;
	top: 180px;
	left: 14px;			
	width:550px;
	height:440px;
	border:0px;		
}
#player img { 
	height: 440px;
	width: 550px;
	border: 0px;
}

#playlist {
	width:350px;	
	line-height: 18px;	
}



#playlist p {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 22px;
}

#playlist a {
	text-decoration: none;
	color: black;
	margin-bottom: 24px;
	display: block;
}

#caption { 
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: #eeaf00;
	font-family: Arial;
	font-size: 11px;
	color: black;
	padding: 5px;
}

#credits { 
	position: absolute;
	top: 774px;
	left: 0px;
	font-family: Arial;
	font-size: 9px;
	color: black;
	z-index: 99;
}

#credits a { 
	color: black;
}

#tilka { 
	position: absolute;
	top: 774px;
	right: 0px;
	font-family: Arial;
	font-size: 9px;
	color: black;
	z-index: 99;
}

#tilka a { 
	color: black;
}


