/*** ###FOOTER### ***/
#footer {
	line-height: 24px;
	font-size: 10px;
	margin-top: 10px;
	padding: 3px 3px 3px 8px;
	/* background-color: #eeeeee; */
	margin-bottom: 15px;
	
	background-color: #3f7cff;	
	color: #ffffff;
}

/* LINKS */
#footer a:link {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFF023;
	text-decoration: none;
}

#footer a:active {
	color: #FFF023;
	text-decoration: none;
}

