/* CSS Document Connect 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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	z-index:10;
	position: absolute;
	width: 490px;
	left: 160px;
	top: 305px;
	font-size: .75em;
	}
	
#connectbackground {
	background-color: #151515;
	height: 600px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 1000px;
	z-index:10;
	}

#background {
	background-color: #101010;
	height: 500px;
	width: 390px;
	position: absolute;
	left: 150px;
	top: 275px;
	z-index:100;
	}
	
#contactword {
	background color: transparent;
	color: #959595;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	z-index: 100;
	position: absolute;
	height: 25px;
	width: 50px;
	left: 265px;
	top: 340px;
	}
	
#contact {
	background color: transparent;
	color: #858585;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	z-index: 100;
	position: absolute;
	height: 450px;
	width: 450px;
	left: 265px;
	top: 360px;
	}
	
#contact a:link {
	background-color: transparent;
	color: #CCC;
	text-decoration: none;
	}

#contact a:visited {
	background-color: transparent;
	color: #999;
	text-decoration: none;
	}
	
#contact a:hover {
	background-color: #555;
	color: #CCC;
	text-decoration: none;
	}
	
#biopicture {
	float: left;
	padding: 10px;
	margin-left: -80px;
	}
	
#socialbox {
	background color: transparent;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:left;
	z-index: 50;
	height:  50px;
	width: 500px;
	left: 195px;
	top: 835px;
	position: absolute;
	padding: 0px;
	}
	
#credit {
	background-color: #000;
	color: #454545;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: .65em;
	text-align: center;
	z-index: 100;
	top: 1100px;
	left: 245px;
	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;
	}

#form {
	color: #555555;
	height: 600px;
	width: 500px;
	position: left;
	left: 200px;
	top: 400px;
	z-index:50;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
#instructions {
	color: #FFF;
	height: 50px;
	width: 550px;
	position: absolute;
	left: 200px;
	top: 215px;
	z-index:50;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
	

	
	
	
