@charset "utf-8";

#footer {
	padding: 0 10px 0 20px;
	color: #BDE5ED;
	background-color: #025C81;
	font-size: 65%;
	font-family: Arial, Helvetica, sans-serif;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}

#footer a:link {
	color: #BDE5ED;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #EFEFEF;
}
#footer a:active {
	text-decoration: none;
	color: #0CF;
}
#footer a:visited {
	text-decoration: none;
	color: #0CF;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;

}
#footer #nav {
	height: 1.4em;
	width: 780px;
}

