`/** footer div **/

#footer {
	width: 100%;
	text-align: center;
	color: #C7AA70;
	clear: both;
}

#footer h1,
#footer h2,
#footer h3 {
	display: inline;
	color: #C7AA70;
	font-family: Geneva, Verdana, Arial, Sans-serif;
}

#footer h1,
#footer h2,
#footer h3 {
	font: 12px/1.25 Geneva, Verdana, Arial, Sans-serif;

}

#footer p {
	font: 11px/1.25 Geneva, Verdana, Arial, Sans-serif;

}

#footer h1, #footer h3 {
	font-weight: normal;
}

#footer h2 {
	font-weight: bold;
}

#footer p {
	margin: 0;
	color: #C7AA70;
}


#footer a:link, #footer a:visited {
	color: #C7AA70;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #C7AA70;
	text-decoration: underline;
}
