﻿/* COLORS 
	gold 								#CEBF0C  
*/
#banner{   
	background:url(../images/banner.png) no-repeat #000;
} 
#content{
	width:300px;
}
/* Link Styles */
#page_content a {
 	color:#CEBF0C;
	text-decoration: underline;
}
#page_content a:hover {
	color: #FFF;
}
#content a{
	text-decoration: none;
} 
#navigation { 
	border-top-color: #CEBF0C;
	border-bottom-color: #CEBF0C;
}
#navigation li a:hover {  
	color: #CEBF0C;
}
#navigation li a.selected {  
	color: #CEBF0C;
}
h1{
	color:#CEBF0C;  
}	
h2{  
	margin-top:10px;
	color:#CEBF0C;  
}
span{
	color:#CEBF0C;  
} 