/* CSS Document */

/* type and styles */

	

	

/* construction */
	
#navbox a:link {
	color: #fdf56f;
	text-decoration: none;
}
#navbox a:visited {
	text-decoration: none;
	color: #fdf56f;
}
#navbox a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#navbox a:active {
	text-decoration: none;
	color: #ffffff;

	
}#header a:link {
	color: #fdf56f;
	text-decoration: none;
}
#header a:visited {
	text-decoration: none;
	color: #fdf56f;
}
#header a:hover {
	text-decoration: none;
	color:#ffffff;
}
#header a:active {
	text-decoration: none;
	color: #ffffff;

a:link {
	color: #fdf56f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fdf56f;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}




#header {
	background-color: #666666 ;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding: 0;
	text-align:center;
	width:994px;
	height: 40px;
	}
		
#footer {
	background-color: #666666;
	margin-bottom:20px;
	text-indent:60px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding: 0;
	width:994px;
	height:60px;
	vertical-align:bottom;
	}

	


