/* CSS Document */

body {
	background-color: #000000;	
}
#container {
	display: block;
	height: 700px;
	width: 1024px;
	position: relative;
	
}
#banner {
	display: block;
	height: 222px;
	width: 1024px;
	position: absolute;
	left: 0px;
	top: 0px;
	
}
#navbar {
	display: block;
	height: 84px;
	width: 508px;
	position: absolute;
	left: 515px;
	top: 114px;
	z-index: 50;
	
}

#bio_info{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	display: block;
	height: 198px;
	width: 387px;
	position: absolute;
	left: 552px;
	top: 298px;
	z-index: 50;	
}
#contentbio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(images/back_desaturated.jpg);
	background-repeat: repeat;
	display: block;
	height: 420px;
	width: 775px;
	position: absolute;
	left: 224px;
	top: 220px;
	border-top-width: 6px;
	border-left-width: 6px;
	border-top-style: inset;
	border-left-style: inset;
	border-top-color: #960001;
	border-left-color: #960001;
	z-index: 1;

}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px;
	height: 50px;
	width: 400px;
	position: absolute;
	left: 225px;
	top: 653px;
}
