/* 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%;
}

#centerpage {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

#navbar {
	text-align: center;
}

#bodytext {
	background-color: transparent;
	text-size: .75em;
	color: #858585;
	font-family: Arial, Helvetica, sans-serif;
	z-index:10;
	position: absolute;
	width: 400px;
    height: 650px;
	left: 175px;
	top: 300px;
	font-size: .75em;
	line-height:1.3em;
	}
	
#background {
	background-color: #101010;
	height: 875px;
	width: 330px;
	position: absolute;
	left: 190px;
	top: 275px;
	z-index:5;
	}

	#iconbox {
	color: transparent;
	background-color: transparent;
	z-index: 20;
	width: 330px;
	height: 130px;
	position: absolute;
	left: 355px;
	top: 1500px;
	img border: #101010;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	}
		#iconbox img {
border: thin #151515 solid;
}
	
input
{
color: #151515;
background: #252525;
border:none;
}
	
#biobackground {
	background-color: #101010;
	height: 500px;
	width: 199px;
	position: absolute;
	left: 100px;
	top: 1115px;
	z-index:5;
	}
	
#biopicture {
	float: center;
	padding: 10px;
	margin-left: auto;
	}
	
#credit {
	background-color: #000;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: .65em;
	top: 1250px;
	left: 245px;
	position: absolute ;
	z-index: 100;
	}

#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;
	}
