@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #FF6600;
}

a:hover {
	text-decoration:underline;
}

#container {
	height: auto;
	width: 640px;
	margin: 0 auto;
}

#header {
	width:640px;
	height:125px;
	padding-bottom:5px;
	background-repeat:no-repeat;
}

#nav {
	position:absolute;
	width:640px;
	top: 105px;
	font-size: 11px;
	font-weight:normal;
	text-align:right;
}

#nav a {
	color: #FFFFFF;
	text-decoration:none;
}

#nav a:hover {
	color:#FF6600;
	text-decoration:none;
}

#player {
	width:640px;
	height:360px;
	padding-bottom:5px;
}

#content {
	width:640px;
	padding-bottom:5px;
}

.bio {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	width:640px;
	padding-bottom:25px;
}

.left {
	width:250px;
	float:left;
	margin: 0 auto;
}

.right {
	width:375px;
	float:right;
	margin: 0 auto;
}
