@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #114060;
	color: #114060;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/blue_top_curve.gif);
	background-repeat: no-repeat;
	background-position: center 118px;
	text-align: center;
}
a { font-weight: bold; }
a:link { color: #114060; }
a:visited { color: #114060; }
a:hover { color: #b37329; }
a:active { color: #114060; }
#content {
	background-repeat: no-repeat;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#content h1 {
	color: #b37329;
	font-weight: normal;
	text-align: center;
	margin: 30px;
}
#footer { border-top: 1px solid #b37329; padding: 5px; }
.eventBox { border-bottom: 1px solid #b37329; }
.eventBox img { border: 4px solid #114060; margin: 5px }
.ticketBox { text-align:center; padding: 5px }
.ticketBox img { border:0 }
.clear { clear: both }

