

/*--------------------------
		 Footer
--------------------------*/

.sf_footer {
	color: #321904 /*~ footer.color */;		
}

.sf_footer a:link {
	color: #321904 /*~ footer.color */;	
}

.sf_footer a:visited {
	color: #321904 /*~ footer.color */;		
}

.sf_footer a:hover {
	color: #321904 /*~ footer.color */;	
	text-decoration: none;	
}


/*--------------------------
		Extra Stuff
--------------------------*/


a:link {
	color:#321904 /*~ link.color */;
}

a:visited {
	color:#321904 /*~ link-visited.color */;
}

a:hover {
	color:#2F1404 /*~ link-hover.color */;
}

