
body
 {
	background-color:#000000;
	font-family: trebuchet ms;
	font-size: .8em;
 }

div 
 {
	border:solid 1px black;
	padding: 2px 4px 2px 5px;
 }
div#all
 {
	background-color:#C5C1C6;
	width:750px;
	padding:10px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
 }
div#nav 
 {
  background-color:#F5F2EB;
	border: solid 1px black;
	width:180px;
	margin: 10px 7px 10px auto;
	float: right;
 } 
div#stylebox
 {
	background-color:#F5F2EB;
	border: solid 1px black;
	width:180px;
	margin: 10px 7px 10px auto;
	float: right;	
 }
div#head
 {
  background-image:url(dark/header.gif);
	background-repeat:no-repeat;
	max-width:700px;
	min-width:700px;
	width:700px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 10px 10px 10px;
 }
div#body
 {
	background-color:#F5F2EB;
	width:500px;
	margin:10px auto 10px 7px;
	float: left;
	padding: 5px 10px 5px 10px;
 }
div.bio
 {
	background-color:#F5F2EB;
	margin: 3px;
	border: 1px solid black;
	padding: 3px;
 }
div.rigl
 {
	background-color: #C5C1C6;
	margin: 3px 2px 2px 0px;
	width: 240px;
 }
div.rigr
 {
	float: right;
	background-color: #C5C1C6;
	width: 220px;
 }
p
 {
 }
h1
 {
	font-size: 1.5em;
 }
h2
 {
  margin: 0px 5px 5px 15px;
	font-size: 1.3em;
 }

a:link
 {
	color:#636163;
 }

a:visited
 {
	color:#393839;
 }

a:active
 {
	color:#636163;
 }

img.imgplayer
 {
  float: left;
	width: 150px;
	height: 150px;
	margin: 3px 10px 3px 3px;
 } 

ul
 {
 	list-style:none;
 }

li.select
 {
	text-decoration: underline;
	color:#636163;;
	text-decoration: underline;
	cursor: pointer;
 }	
