@charset "UTF-8";
/*CSS Document*/


body 
{
	background:#000000;
 	}

#wrapper
 {
	margin-left: auto;
	margin-right:auto;
	height: 800px;
	width: 900px;
	}
	
	
#top
{
float: left;
width: 900px; 
height: 300px;
}

a:link {
	color: rgb(167,181,201);
	text-decoration: none;
}
a:visited {
	color: rgb(167,181,201);
	text-decoration: none;
}
a:hover {
	color: rgb(167,181,201);
	text-decoration: none;
}
a:active {
	color: rgb(167,181,201);
	text-decoration: none;
}


#names{
	font-style:italic;
	padding-top: 10px;
	position:relative;
	font-size:20px;
	text-align: left;
	color: rgb(167,181,201);
	float: left;
	width: 200px; 
	height:150px;
	line-height: 160%;
	font-family:Garamond, serif;
	}
	
#nameheader{
	padding-left:95px;
	padding-top: 50px;
	position:relative;
	font-size:29px;
	text-align: left;
	color: rgb(167,181,201);
	float: left;
	width: 200px; 
	height:100px;
	font-family: Arial, Helvetica, sans-serif
	}
		
	
	
#text{
	padding-top: 50px;
	padding-left:0px;
	width: 500px;
	height:300px;
	float: left;
	font-family:Garamond, serif;
	text-align: left;
	font-size:14px;
	color: rgb(167,181,201);
	}
	
#bottom
{
height: 200px;
width:900px;
float: left;
}
