/* CSS Document Biography Page
(c) 2004 Jeff Black
Web Site Designed, Developed and Maintained by Digital Vision Media, LLC using Dreamweaver MX2004 www.digitalvisionmedia.com */

body {
	background-color: #000000;
	margin: 25px;
	font-size: 101%;
}

#navbar {
	text-align: center;
}

#bodytext {
	background-color: transparent;
	text-size: .75em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	z-index:10;
	position: absolute;
	width: 490px;
	left: 160px;
	top: 305px;
	font-size: .75em;
	line-height:1.3em;
	}
	
#biobackground {
	background-color: #252525;
	height: 1025px;
	width: 450px;
	position: absolute;
	left: 135px;
	top: 275px;
	z-index:5;
	}
	
#biopicture {
	float: left;
	padding: 10px;
	margin-left: -80px;
	}
	
div#credit {
	background-color: #000;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: .65em;
	text-align: left;
	top: 1468px;
	left: 224px;
	position: absolute;
	z-index: 15;
	}

#credit a:link {
	background-color: #000;
	color: #555;
	text-decoration: none;
	}
	
#credit a:hover {
	background-color: #555;
	color: #000;
	text-decoration: none;
	}

#credit a:visited {
	background-color: #000;
	color: #555;
	text-decoration: none;
	}
