html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	background:url(images/tile.gif);
	}

a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666600;
	text-decoration: none;
	font-weight: bold;
	}

a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	font-weight: bold;
	}
	
a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666600;
	text-decoration: none;
	font-weight: bold;
	}

a:visited a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	font-weight: bold;
	}
	
div#wrapper {
	width: 925px;
	height: 600px;
	background: url(images/back.jpg);
	border: 1px solid black;
	margin: 0px auto;
	}
	
div#headernav {
	width: 925px;
	height: 150px;
	
	}

div#headernav .nav {
	margin-left: 0px;
	}

div#headernav ul {
	list-style: none;
	margin-top: 95px;
	margin-left: 240px;
	padding: 0px;
	}
	
div#headernav li {
	float: left;
	margin: 20px;
	}
	
div#musicplayer {
	clear: both;
	height: 450px;
	width: 260px;
	float: left;
	}
	
div#content {
	height: 450px;
	width: 650px;
	float: right;
	}

div#content iframe {
	margin-top: 30px;
	margin-left: 20px;
	height: 405px;
	width: 585px;
	background-color: transparent;
	}

.lowerlink {
	color: #63c712;
	font-weight: bold;
	}

.lowertext {
	color: #9B373B;
	font-size: 12px;
	}
.biotext{
		line-height: 200%;
		font-size: 13px;
}
#named{
	font-size: 14px;
	font-color: #333;
}