@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* CSS Document */

#Container {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#Navigation {
	float: left;
	height: 30px;
	width: 940px;
	background-color: #333;
	padding-right: 15px;
	padding-left: 5px;
}
#Navigation form {
	float: right;
	padding: 3px;
	margin-top: 0px;
	clear: right;
}
#Navigation form #Query {
	background-color: #CCC;
	border: 1px solid #666;
}
#Navigation from #Search {
	float: left;
	background-color: #8B203E;
	font-weight: bold;
	color: #CCC;
}

#Navigation ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 940px;
}
#Navigation ul li {
	list-style-type: none;
	float: left;
	margin-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	color: #FFF;
	font-size: 0.9em;
}
#Navigation ul li#BookTickets {
	list-style-type: none;
	float: right;
	font-weight: bold;
	color: #FFF;
	font-size: 0.9em;
	background-color: #8C1F3E;
	padding: 6px;
}
#Navigation ul li a {
	color: #FFF;
	text-decoration: none;
}
#Navigation ul li a:hover {
	color: #F5F5F5;
	text-decoration: none;
}



#Header {
	float: left;
	width: 930px;
	text-align: right;
	font-size: 1.5em;
	color: #333;
	padding-top: 55px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#Header img {
	float: left;
	margin-top: -40px;
}

#Content {
	float: left;
	width: 960px;
}
#Content form {
	background-color: #F5F5F5;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#Content #Email, #Content #Name {
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Content .Carousel {
	float: left;
	width: 960px;
	height: 250px;
}
#Content .Span {
	float: left;
	width: 960px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #333;
}

#Content .C1 {
	float: left;
	width: 289px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8C1F3E;
	margin-bottom: 20px;
}
#Content .C1 a{
	color: #9F113C;
	text-decoration: none;
}
#Content .C1 a:hover {
	text-decoration: underline;
}
#Content .C1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Content .C2 {
	float: left;
	width: 610px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#Content .C2 a {
	color: #9F113C;
	text-decoration: none;
}
#Content .C2 a:hover {
	text-decoration: underline;
}
#Content .C22 {
	float: left;
	width: 610px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#Content .C22 a {
	color: #FFFFFF;
	text-decoration: none;
}
#Content .C22 a:hover {
	text-decoration: underline;
}






#Content .C3 {
	float: left;
	width: 960px;
}
#Partners {
	float: left;
	width: 930px;
	background-color: #000;
	color: #FFF;
	font-size: 1.4em;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
}
#Partners .Text {
	float: left;
}

#Partners img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 10px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#Footer {
	float: left;
	width: 930px;
	font-size: 0.9em;
	color: #666;
	padding: 15px;
}
#Footer a  {
	color: #666;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}
#Container #Content .C2 table img {
	display: block;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#Container #Content .C2 table td {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8C1F3E;
	width: 610px;
}
#Container #Content .C22 table img {
	display: block;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#Container #Content .C22 table td {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8C1F3E;
	width: 610px;
}
