body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background-color:#000000;
	line-height: 17px;
	color:#CCCCCC;
	}

a:link {border:0px;
	color:#FFFFFF;
	text-decoration:none} 
a:visited {border:0px;
	color:#FFFFFF;
	text-decoration:none}
a:hover {border:none;
	color:#FFFFFF;
	background-color:#FFFFFF} 
a:active {border:0px;
	color:#FFFFFF;
	text-decoration:none}
	
img {
    border:7px solid #FFFFFF;
	}
	
	
#header {
	position: fixed; 
	margin-top: 10px;
	margin-left: 15px;
	width: 150px;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	z-index:1;
	}
	
#nav_column_1 {
	position: fixed; 
	margin-top: 10px;
	margin-left: 195px;
	width: 150px;
	height: 150px;
	z-index:1;
	}
	
#nav_column_2 {
	position: fixed; 
	margin-top: 10px;
	margin-left: 375px;
	width: 150px;
	height: 150px;
	z-index:1;
	}
	
	
#proj_description {
	position: fixed; 
	margin-top: 185px;
	margin-left: 15px;
	width: 150px;
	height: 350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}
	
#content {
	position: absolute; 
	margin-top: 220px;
	margin-left: 195px;
	width: 600px;
	height: 600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	z-index:-1;
	}
	

	

