/* CSS Document */

 body
 {
text-align: center;
margin: 0;
padding: 0;
font-family: arial, helvetica, sans-serif;
 }

 #content
 {
text-align: left;
 width: 800px;
 height: 100%;
 margin: 0 auto;
 background: white;
 position: relative;
 }
	
		
	
div#siteText	{
	position: relative;
	top: 100px;
	left: 150px;
	width: 600px;
	}

div#logo	{
	position: absolute;
	font-family: century gothic, arial, helvetica, sans-serif;
	font-size: 42px;
	padding-top: 20px;
	width: 100%;
	border-bottom: 2px solid B1BFCD;
	}
			
div#links	{
	position: absolute;
	top: 100px;
	background: 
	}
	
div#footer	{
	position: relative;
	font-size:small;
	text-align: right; clear: right; 
	}


div#news	{
	position: relative;
	}
	
div#email	{
	position: relative;
	top: 150px;
	left: 100px;
	padding-right: 50px;
	}	

	
div#credits	{
	position: relative;
	}

table#credits	{
	width: 100%;
	}		

td.credits	{
	width: 50%;
	}	

td#titleDetails	{
	font-size: 24px;
	font-weight: bold;
	}
	
th	{
	text-align: left;
	border-bottom: 1px solid B1BFCD;
	}	
	
				
		
<!---Links--->
a:link	{
	color: B1BFCD;
	text-decoration: none;
	}
a:hover	{
	color: E8F2FF;
	text-decoration: underline;
	}
a:visited	{
	color: B1BFCD;
	text-decoration: none;
	}
	
div#charlesImage	{
	position:absolute;
	top: 200px;
	left: 200px;
	z-index: 1;
	}