/*
***********************************************************

Title:			footer.css
Browser(s): 	All
Created: 		9.24.2008

***********************************************************
*/


/* Footer */

div.footer {
	float: left;
	width: 100%;
	font-family: Tahoma, Verdana, Helvetica, sans;
	font-size: 13px;
	color: #b3a789;
	line-height: 20px;
	height: 144px;
	padding: 12px 0 0 0;
	margin: 0;
	border-top: 1px solid #76352a; 
	background-color:#1a120a;
}

div.footer a {
	color: #ad3e22;
	text-decoration: none;
}

div.footer a:hover {
	color: #7399c6;
}

.footerOrange {
	color: #ad3e22;
	text-decoration: none;
}





































