@charset "utf-8";
/* CSS Document */

.sponsors {
	clear: both;
	border-top: 3px solid #8a835e;
	padding: 15px;
	background-color: #E8E2D4;
	height: 120px;
}
.sponsors ul {
	margin: 10px 0;
	padding: 0;
	clear: left;
}
.sponsors ul li {
	float: left;
	margin: 5px 0;
	list-style: none;
	text-align: center;
	width: auto;
	padding: 0 11px;
}
.sponsors span {
	font-size: 12px;
}

.sponsors ul li a {
}
.footer {
	clear: both;
	background-color:#d1d0b8;
	font-size: 11px;
	height: 70px;
	padding: 15px;
}
.footer .fltlft {
	width: 300px;
	margin: 0 10px 0 0
}
