*
{
	font-family: verdana;
	font-size: 10pt;
	color: #000;
}

body
{
	background: #ffffff url('/img/background.gif') no-repeat fixed center center;
	margin: 0 auto;
	width: 980px;
}

div.header
{
	margin-top: 20px;
	background: url('/img/header.gif') no-repeat;
	height: 100px;
}

div.header img
{
	margin-top: 8px;
	margin-left: 20px;
}

div#menusection
{
	background: url('/img/menu.gif') no-repeat;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

div.contentsection
{
	clear: both;
	width: 940px;
	padding: 20px 20px 20px 20px;
	background: #fff;
}

div.leftsection
{
	width: 560px;
}

div.rightsection
{
	float: right;
	width: 340px;
}

.event-ticket
{
	overflow: hidden;
}

.event-ticket .left-side
{
	width: 160px;
	float: left;
	text-align: center;
}

.event-ticket .left-side .submit input
{
	font-weight: bold;
	background: #5bb6e4;
	color: #fff;
	padding: 5px 7px;
	margin: 10px;
	display: block;
	width: 140px;
	cursor: pointer;
	cursor: hand;
	border: 0px;
}

.event-ticket .left-side img
{
	width: 150px;
}

.event-ticket .left-side h5
{
	margin: 10px;
	font-size: 14px;	
}

.event-ticket .right-side
{
	width: 400px;
	float: left;
}

.event-ticket .right-side h3
{
	padding: 0px;
	font-size: 20px;
	margin-bottom: 10px;
}

.event-ticket .right-side h4
{
	padding: 0px;
	font-size: 14px;
	margin: 10px 0px;
}

.event-ticket .right-side ul
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.event-ticket .right-side p.event-info span
{
	background: #5bb6e4;
	color: #fff;
	padding: 5px 7px;
	margin-right: 10px;
	font-weight: bold;
}

.event-ticket .right-side form
{
	clear: both;
	display: block;	
}

.event-ticket .right-side form .submit
{
	display: inline;
}

.event-ticket .right-side form .submit input
{
	font-weight: bold;
	background: #5bb6e4;
	color: #fff;
	padding: 5px 7px;
	width: 140px;
	cursor: pointer;
	cursor: hand;
	border: 0px;
}

.event-ticket table
{
	width: 100%;
}

.event-ticket table td.price
{
	text-align: right;
}

.event-ticket form input.radio
{
	width: 16px;
}

.event-ticket form .submit input
{
	font-weight: bold;
	background: #5bb6e4;
	color: #fff;
	padding: 5px 7px;
	width: 250px;
	cursor: pointer;
	cursor: hand;
	border: 0px;
}

div.footer
{
	padding: 5px 10px 50px 10px;
	background: url('/img/footer.gif') no-repeat;
	height: 60px;
}
