/* FOOTER ************************************************/

#Footer {
	padding: 7px 0 7px 0;
	border-top: 1px solid #000;
	background-color: #3b251e;
	font-size: 12px;
}

#Footer ul.menu {
	padding: 0 0 0 12px;
	margin: 0;
	list-style-type: none;
}

#Footer li.menuItem {
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	text-align: center;
}

#Footer li.divider {
	float: left;
	width: 2px;
	height: 13px;
	color: #3b251e;
}

#Footer a {
	color: #e5cfb8;
	font-weight: bold;
	text-decoration: none;
}

#Footer a:hover {
	text-decoration: underline;
}
