/* CSS Document Press 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;
}

.format {
	background-color: transparent;
	color: #757575;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	}

#presstext {
	background-color: transparent;
	color: #757575;
	font-family: Arial, Helvetica, sans-serif;
	z-index:10;
	position: absolute;
	width: 675px;
	left: 140px;
	top: 305px;
	font-size: .8em;
	height: 1188px;
	}
	
#presstext a:link {
	background-color: transparent;
	color: #757575;
	text-decoration: none;
	}

#presstext a:visited {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#presstext a:hover {
	background-color: #555;
	color: #959595;
	text-decoration: none;
	}
	
#pressbackground {
	background-color: #000;
	height: 1800px;
	width: 700px;
	position: absolute;
	left: 30px;
	top: 1600px;
	z-index:5;
	}
#background {
	background-color: #101010;
	height: 1130px;
	width: 495px;
	position: absolute;
	left: 120px;
	top: 380px;
	z-index:5;
	}
	
#biopicture {
	float: left;
	padding: 10px;
	margin-left: -80px;
	}
	
#credit {
	background-color: #000;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	text-align: center;
	top: 1750px;
	left: 245px;
	position: absolute;
    z-index:80;
	}

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

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