/* reset global */
#main-content ul li, #main-content ol li {
line-height:1.4em;
margin-bottom:0;
}

/* end reset */

.sponsor-wrapper {
	margin: 10px auto;
	width: 92%;
	background: #F6FCFD;
	border: 1px solid #CCC;
	overflow: auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}
.sponsor-wrapper ul {
	list-style: none;
}
#main-content .sponsor-wrapper li {
	list-style: none;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	
}

