@charset "UTF-8";
a:link {
	color: #8C93CB;
}
a:visited {
	color: #6869B5;
}
a:hover {
	color: #CE9C34;
}
a:active {
	color: #8C93CB;
}
#wrapper {
	width: 1060px;
	margin: 0px auto;
	padding: 0px;
}
#navigation {
	text-transform: uppercase;
	width: 800px;
	float: right;
	font-size: 108%;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	color: #FC3;
	text-align: right;
}
#navigation li {
	display: inline;
	padding-left: 10px;
}
body {
	font-family: "Times New Roman", Times, serif;
	color: #e5b943;
	background: #020202;
	margin: 10px 0px 0px;
	padding: 0px;
}
#navigation li a {
	color: #e5b943;
	
}
#navigation li a:hover {
	color: #e5b943;
	text-decoration: none;	
}

#sidebar {
	width: 260px;
	float: left;
	text-align: center;
}
.textfield {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#E5B943;
	background:#8D94C9;
	width: 225px;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	border: 0px none #000;
	}
fieldset {
	background: #000;
	margin: 0px;
	padding: 0px;
	border: 0px none #000;
}

#mainContent {
	width: 600px;
	float: right;
	line-height: 22px;
	font-style: normal;
	font-size: 17px;
}
#footer {
	width: 1080px;
	float: right;
	text-transform: uppercase;
	height: 0px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
}
.dates {
	font-size: 20px;
	letter-spacing: 1px;
}
.caps {
	font-size: 17px;
	text-transform: uppercase;
}
#homeContent {
	background: url(../images/2010home.jpg) no-repeat center center;
	width: 1080px;
	padding-top: 110px;
	height: 590px;
}
#ticketContent {
	width: 720px;
	float: right;
	line-height: 22px;
	font-style: normal;
	font-size: 17px;
	padding-left: 20px;
}
#donate {
	float: right;
	width: 200px;
	height: 300px;
	padding: 0px;
	margin: 0px;
	clear: both;
}
