@charset "ISO-8859-1";

#content_wrapper #buy_tickets a {
	display:block;
	white-space:nowrap;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 3px 0px 4px 0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
}
#content_wrapper #buy_tickets a:hover {
	color: #FFB300;
}
#content_wrapper #buy_tickets ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content_wrapper #buy_tickets li {
	font-weight: bold;
	color: #FFB300;
	float: left;
	height: 25px;
	width: 106px;
	margin: 0px;
	text-align: center;
	padding: 0px;
	background-image: url(/images/bkg_button.gif);
}
#content_wrapper #buy_tickets li#center {
	width: 318px;
	background-image: none;
}
