@charset "UTF-8";
/* CSS Document */

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

#banner {
	color:#fff;
	float:left;
	margin-left:20px;
	margin-bottom: 4px;
	width:600px;
}

body {
	background-image: url(images/bg.jpg);
	color:#ffffff;
	font-family: Verdana;
	font-size: 72.5%;
	line-height:2em;
}

#box_contact, #box_ticket {
	margin-bottom:10px;
	margin-left:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	width:350px;
}

#box_circle {
	background-image:url(images/circle.png);
	background-repeat:no-repeat;
	height:270px;
	margin-bottom:10px;
	padding-left:20px;
	width:350px;
}

#box_circle_inner {
	width:250px;
}

#box_contact {
	background-image:url(images/contact.png);
}

#box_ticket {
	background-image:url(images/tickets.png);
}

.clearfix {
	clear:both;
}

#container {
	background-image:url(images/bg_home.jpg);
	background-repeat: no-repeat;
	padding-bottom:70px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 980px;
	height: 600px;	
}

#container_2 {
	background-image:url(images/bg_tickets.jpg);
	background-repeat: no-repeat;
	padding-bottom:70px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 980px;
	height: 600px;	
}

#container_3 {
	background-image:url(images/bg_contact.jpg);
	background-repeat: no-repeat;
	padding-bottom:70px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 980px;
	height: 600px;	
}

#contact {
	background-color: #ffffff;
	float: left;
	width:540px;
	height:630px;
	margin-top: 8px;
	margin-left: 40px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.current {
	background-color:#ffffff;
	color:#000;
	padding:6px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.foot {
	font-size: 115%;
}

#footer {
	margin-left: 400px;
}

#footer a:hover {
	color: yellow;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:18px;
}

#nav {
	font-size:20px;
}

#nav a {
	padding:6px;
}

#nav a:hover {
	color:#171157;
	background-color:#ffffff;
	padding:6px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#nav ul li {
	float:left;
	margin-right:20px;
	padding-top:24px;
}

p {
	font-size:14px;
}

.slogan {
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
}

#top {
	width:990px;
}

ul {
	list-style-type:none;
}

#venue_side {
	 
}

#venue_dates {
	background-color: #000033;
	float: left;
	height:270px;
	width:240px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 100px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#venue_dates p {
	font-size: 11px;
}
#venue_dates h3 {
	margin: 0;
	margin-bottom: 20px;
}
#venue_buy {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
}
#venue_buy #male, #venue_buy #female {
	padding: 0 20px 0 20px ;
	margin-left: 20px;
	float: left;
	height:240px;
	width:160px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ffffff;
	color: #000;
}
#male {
	background-image: url(images/male-bg.jpg);
	background-repeat: no-repeat;
}
#female {
	background-image: url(images/female-bg.jpg);
	background-repeat: no-repeat;
}
#venue_buy h2 {
	color: #000;
	font-size: 26px;
	margin-bottom: 0;
	margin-top: 10px;
	border-bottom: 1px solid #333;
	padding-bottom: 6px;
}

#venue_tickets {
	background-image:url(images/tickets.png);
	float: left;
	height:270px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 100px;
	padding: 10px;
	width:660px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#venue_tickets p {
	font-size: 12px;
}
#venue_tickets h3 {
	color: yellow;
	text-align: center;
}
#venue_tickets h2 {
	text-align: center;
}
