body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #000000;
	height: 100%;
}
#wrap {
	height: auto;
	width: 100%;
}
a:link {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}	
a:visited {
	font-weight: bold;
	color: #666666;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.footer:link {
	color: #666666;
}
#top {
	background-color: #b4b4ae;
	padding: 0px;
	height: 517px;
	width: 800px;
	margin: 0px;
}
#navbar {
	background-color: #b4b4ae;
	background-image:url(../images/bg.gif);
	margin: 0px;
	height: 50px;
	width: 800px;
	padding: 0px;
}
#middle {
	background-color: #b4b4ae;
	background-image:url(../images/bg.gif);
	width: 800px;
	height: auto;
}
#bio {
	width: 700px;
	height: auto;
}
#footer {
	background-color: #b4b4ae;
	background-image: url(../images/footer.gif);
	margin: 0px;
	width: 800px;
	padding: 0px;
	height: 35px;
	line-height: 4.0em;
	color: #666666;
}