/*------------------footer.tpl------------------*/
/*id*/
#footer {
	clear: both;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	color: #FOOTER_COLOR;
}

/*tags*/
a {
	color: #LINK_COLOR;
	background-color: inherit;
}

a:hover {
	color: #HOVER_LINK_COLOR;
	background-color: inherit;
}
/*---------------------------------------------*/