/* sponsors page */
#content.sponsors {
	background: url(../images/bg_content_sponsors.gif) no-repeat 0 0;
}
#content.sponsors .col_a { 
	padding: 40px 0 40px 40px; 
	width: 560px;
}
h1 {
	background: url(../images/hdr_sponsors.gif) no-repeat 0 0;
	width: 314px;
	height: 24px;
	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: 41px;
	width: 211px;
	text-indent: -9999px;
}
	#become_sponsor a:hover { background-position: 0 -41px; }
#become_sponsor em {
	color: #A4A4A4;
	display: block;
	font-size: 1.1em;
	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: 41px;
	width: 147px;
	text-indent: -9999px;
}
	#buy_tickets a:hover { background-position: 0 -41px; }

#buy_tickets table {
	margin-top: 15px;
}
#buy_tickets td {
	color: #A4A4A4;
	font-size: 1.3em;
	height: 28px;
}
	#buy_tickets td strong {
		color: #ffffff;
	}
	#buy_tickets td em { 
		font-size: 0.8em; 
		display: block;
		margin-bottom: 10px;
	}

.levels {
	border-top: 1px solid #212121;
	margin-top: 20px;
	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;
}
	.levels ul.last {
		width: 160px;
	}
.levels ul li {
	color: #ffffff;
	list-style: disc;
	font-size: 1.4em;
	line-height: 2.1;
}