body {
	background-color: #C8BEB4;
}

div#header {
	background-image: url(/images/h1.jpg);
	width: 433px;
	height: 53px;
	margin-left: 164px
}

div#header1 {
	background-image: url(/images/h2 bio credits.jpg);
	width: 252px;
	height: 43px;
	margin-left: 275px
}

table#maincontent {padding: 0%;
text-align: justify;
margin-right:  10px;
margin-left: 30px;
background-color: #C8BEB4;
}

div#leftcolumn {
	margin-top: 6%;
	padding: 1%;
	float: left;
	text-align: left;
	background-color: #C8BEB4;
	font-size: 9px;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:100px;
	}
ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 80px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: #C8BEB4;
	padding: 5px;
	border: 1px solid #D2C8BE;
	border-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 110px;
	border-bottom: 1px solid #D2C8BE;
	}
li:hover ul, li.over ul { 
	display: block; 
	}	