/* ===== Footer Styles ===== */

#footer {
    margin:  0px auto;
}

#footer .text{
	font: 11px arial;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #fff; 
	text-decoration: none;	
	width: 890px;
	background-color: #063654;
	margin-left: 35px;
}

#footer .link {
	color: #fff; 
	text-decoration: none;	
	padding-left: 4px;
	padding-right: 4px;

}

#footer .link:hover {
	text-decoration: underline;
}

#footer .copyright {  
	display: block;
	text-align: center;
	Font: 12px arial;	
	color: #000033;
	margin-top: 8px;
	background-color: #fff;
}

#footer p{  
	text-align: center;
	Font: 12px arial ;	
	color: #000033;
}
