/* CSS Document */
#footer	{
	display: block;
	width: 1000px;
	height: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#footer #footerStuff	{
	display: block;
	width: 1000px;
	height: 170px;
	font-size: 14px;
	background-color: #094701;
	border-radius: 0px 0px 4px 4px;
}
#footer #footerStuff #webvertiseit	{
	display: block;
	width: 190px;
	height: 20px;
	margin-left: 15px;
	padding-top: 145px;
	background-color: #094701;
	color: #D5B742;
	float: left;
}
#footer #footerStuff #links	{
	display: block;
	width: 290px;
	height: 40px;
	padding-top: 125px;
	background-color: #094701;
	color: #D5B742;
	text-align: center;
	float: right;
}
#footer #footerStuff #links a {
	color: #D5B742;
	text-decoration: none;
}
#footer #footerStuff #links a:hover {
	color: #FEF4BC;
	text-decoration: underline;
}
#footer #footerStuff #webvertiseit a	{
	color: #D5B742;
	text-decoration: underline;
}
#footer #footerStuff #webvertiseit a:hover	{
	color: #FEF4BC;
	text-decoration: none;
}
#footer #footerStuff #metawords	{
	display: block;
	width: 250px;
	height: 20px;
	padding-top: 145px;
	background-color: #094701;
	color: #094701;
	text-align: center;
	float: left;
}