.Footer{
	width:100%;
	clear:both;
	margin-top:2px;
}
.Footer a  {
	color: #938a8b;
	display: inline-table;
	font-weight: bold;
	font-size: 12px;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
	vertical-align: middle;
	text-align: center;
	line-height: 40px;
}
.Footer a:hover  {
	color: #FFF;
}
.Footer ul {
	background-color: #bb0807;
	list-style-type: none;
	display: inline-block;
	width: 100%;
}
.Footer ul li {
	float: left;
	width: 14.28%;
	text-align: center;
	background-color: #bb0807;
	vertical-align: middle;
	display: inline-block;
}
