body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: rgb(55,61,41);
	
}

#container {
	position:relative;
	width:930px;
	height:600px;
	top:0px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#Navigation {
	position:relative;
	width:400px;
	height:200px;
	z-index:23;
	margin-right: auto;
	margin-left: auto;
}

#statement {
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: oblique;
	line-height: 120%;
	word-spacing: normal;
	text-indent: 0px;
	padding: 20px;
}

#bio {
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: oblique;
	line-height: 120%;
	word-spacing: normal;
	text-indent: 0px;
	padding: 20px;
	overflow: scroll;
	width: 675px;
	height: 350px;
	visibility: visible;
	clip: auto;
}	
a {
	color: #996600;
	text-decoration: underline;
}

