div#sponsors {
	float: left;
	width: 100%;
}
div#sponsors th {
	color: white;
}
div#sponsors tr.odd {
	background-color: #f4f8ff;
}
div#sponsors tr.even {
	background-color: #d8e4f6;
}
div#sponsors td {
	padding: 5px;
}
div#sponsors td.sponsor_name {
	padding: 10px;
}
div#sponsors td.sponsor_name img {
	margin-bottom: 5px;
}
.sponsors_content {
	float: left;
	width: 100%;
}
#sponsors_intro {
}
#sponsors_promo {
	margin-top: 10px;
	padding: 20px;
	width: 840px;
	text-align: center;
	background-color: #d8e4f6;
}
#sponsors_promo_banner {
	width: 468px;
	height: 80px;
	margin-bottom: 5px;
}
html>body #sponsors_promo_banner {  /* Patch for IE6 */
	width: 468px;
	height: 80px;
	margin: 0 0 5px 186px;
}
