
#image {position: static; top: 20px; left: 2%;
	}

#navigation {position: static; top: 0px; left: 5%;
	
}	
#content {
	position: static;
	left: 2%;
	width:700;
}	

body {
	background-color: Black;
}

hr {color:#cccccc; size:2px; width:100%;
}
hr.tall {color:#cccccc; size:2px; width:80%;
}

p.cent {
	color: #c0c0c0;
	font-family:"Courrier","Times New Roman","Times", serif;
	font-size:10px;
	

	
}

p.two {
	color: #c0c0c0;
	font-family:"Courrier","Times New Roman","Times", serif;
	font-size:12px;
}

p.one {font-size:18px; color:#ffffff; font-family:"Courrier","Times New Roman", "Times",serif;}

a:link {
	color: #D2691E;
	font-family:"Courrier","Times New Roman", "Times", serif;
	font-size:10px;
	
}
a:visited {
	color: #BC8F8F;
	font-family:"Courrier","Times New Roman", "Times", serif;
	font-size:10px;
	text-decoration: none
}
a:hover {
	color: Silver;
	font-family:"Courrier","Times New Roman", "Times", serif;
	font-size:10px;
	text-decoration: underline
}
a:active {
	color: Silver;
	font-family:"Courrier","Times New Roman", "Times", serif;
	font-size:10px;
}
