/** FOOTER **/
#footer  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
/*
	margin-top: 5px;
	margin-bottom: 5px;
*/
	margin: 20px auto 40px;
	color: #3A8CC9;
}
#footer a {
	margin-left: 3px;
	margin-right: 3px;
}

#footer a:link { color: #0057A5; }
#footer a:visited { color: #0057A5; }

#footer a,
#footer a:link,
#footer a:visited { 
	color: #FFF;
	margin: 0 3px; 
	text-decoration: none;
	text-shadow: 0px 1px 2px #000;
	filter: dropshadow(color=#000, offx=0, offy=1);
}

#footer a:hover { 
	color: #8DDBFA;
	text-decoration: underline; 
}