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

#pressbackground {
	background-color: #252525;
	height: 700px;
	width: 450px;
	position: absolute;
	left: 135px;
	top: 275px;
	z-index:5;
	}

#navbar {
	text-align: center;
}

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

#presstext {
	background-color: transparent;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	z-index:10;
	position: absolute;
	width: 675px;
	left: 100px;
	top: 305px;
	font-size: 1em;
	}
	
#presstext a:link {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
	}

#presstext a:visited {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#presstext a:hover {
	background-color: #555;
	color: #000;
	text-decoration: none;
	}
	
#pressbackground {
	background-color: #252525;
	height: 700px;
	width: 450px;
	position: absolute;
	left: 135px;
	top: 275px;
	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: left;
	top: 1000px;
	left: 220px;
	position: absolute;
	}

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