/* sponsors page */
#content { 
	padding: 0 0 0 20px; 
	width: 786px;
}
h1 {
	background: url(../images/hdr_sponsors.gif) no-repeat 0 0;
	width: 297px;
	height: 22px;
	margin: 0 0 38px 0;
}

/* become sponsor */
#become_sponsor {
	width: 291px;
	float: left;
}
#become_sponsor a {
	background: url(../images/btn_sponsor.gif) no-repeat 0 0;
	display: block;
	height: 35px;
	width: 228px;
	text-indent: -9999px;
}
	#become_sponsor a:hover { background-position: 0 -35px; }
#become_sponsor em {
	color: #FFF1E5;
	display: block;
	font-size: 1.2em;
	margin-top: 18px;
	width: 200px;
}
	
/* buy tickets */
#buy_tickets {
	width: 200px;
	float: left;
}
#buy_tickets a {
	background: url(../images/btn_tickets_large.gif) no-repeat 0 0;
	display: block;
	height: 35px;
	width: 155px;
	text-indent: -9999px;
}
	#buy_tickets a:hover { background-position: 0 -35px; }

#buy_tickets table {
	margin-top: 15px;
}
#buy_tickets td {
	color: #FFF1E5;
	font-size: 1.3em;
}
	#buy_tickets td em { 
		font-size: 0.9em; 
		display: block;
		margin-bottom: 12px;
	}

.levels {
	background: url(../images/div_long.gif) no-repeat 0 0;
	margin-top: 25px;
	padding-top: 25px;
}
.levels img {
	float: left;
	margin: 10px 20px 10px 0;
}
.levels h3 {
	color: #ffffff;
	font-size: 2.1em;
	margin-bottom: 20px;
	letter-spacing: 0.6px;
}
.levels strong {
	color: #ffffff;
	font-size: 1.7em;
	display: block;
}
.levels em {
	color: #A4A4A4;
	font-weight: normal;
}
.levels ul {
	width: 180px;
	float: left;
	margin: 10px 0 0 12px;
	*margin: 10px 0 0 0;
	*padding: 10px 0 0 16px;
}
	.levels ul.last {
		width: 160px;
	}
.levels ul li {
	color: #ffffff;
	list-style: disc;
	font-size: 1.4em;
	line-height: 2.1;
}