/***********************Footer Styles************************************/
	
#footer {
	clear: both;
	background: #1c1500 url(http://www.ardenfirstbaptist.org/images/interface/footerBg.png) top left repeat-x;
	padding: 0;
	height: 100%;
	color: #a88a5d;
	margin: 0;
	}

#footer #footer-inner {
	width: 823px;
	margin: 0 auto;
	height: 153px;
	padding: 20px 0 10px 0;
	}

#footer #footer-inner ul {
	margin: 0 10px 0 16px;
	padding: 0;
	list-style: none;
	float: left;
	width: 27.8%;
	}

#footer #footer-inner ul.small {
	margin: 0 10px 0 16px;
	padding: 0;
	list-style: none;
	float: left;
	width: 19%;
	}

#footer #footer-inner li {
	list-style: none;
	font: normal 8pt/13pt "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0;
	display: block;
	width: 100%;
	}

#footer #footer-inner ul li.heading {
	color: #a88a5d;
	font: bold 11pt "Lucida Grande", Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	}

#footer #footer-inner ul li.largerSpace {
	margin: 6px 0;
	}

#footer a {
	color: #a88a5d;
	font-size: 9pt;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline
	}