/* CSS Document Traveling 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;
	}
	
#travelingbackground {
	background-color: #252525;
	height: 700px;
	width: 415px;
	position: absolute;
	left: 215px;
	top: 281px;
	z-index:-1;
	}
	
#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: 990px;
	left: 240px;
	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;
	}
	
.header {
	background-color: transparent;
	color: #BCBEC0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
.dates {
	font-weight: bold;
	font-size: .8em;
	text-align: left;
	background-color: #D1D3D4;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	}
#tabledates {
	width: 750px;	
	}
	
#tabledates a:link {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	}
	
#tabledates a:visited {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	}

#tabledates a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	}
		
#email {
	text-align: center;
	background-color: transparent;
	width: 750px;
}

.formtext {
	color: #BCBEC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
	
	
