* {
	margin: 0;
	padding: 0;
}
html {
	background: #C8D4DC url('/img/background.jpg') top right fixed repeat-x;
}
body {
	background: url('/img/background_bottom_right.jpg') top right fixed no-repeat;
	font: 15px Helvetica, Verdana, sans-serif;
}
div#column {
	width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	margin-bottom: 10px;
	background: #FFF;
}
div#header {
	height: 300px;
	background: url('/img/header_2.jpg');
}
div#nav {
	background: #32A2AD url('/img/nav_tile.png') repeat-x top;
	border-top: 1px solid #133F44;
	border-bottom: 1px solid #133F44;
}
div#nav ul {
	list-style-type: none;
	display: table;
	padding-left: 10px;
}
div#nav ul li{
	display: table-cell;
	padding: 10px 25px;
	font-weight: bold;
	color: #FFF;
	border-right: 1px solid #133F44;
	position: relative;
}
div#nav ul li:first-child {
	border-left: 1px solid #133F44;
}
div#nav ul li:hover ul {
	display: block;
}
div#nav ul li ul {
	display: none;
	position: absolute;
	z-index: 99;
	background: #32A2AD url('img/nav_tile.png') repeat-x top;
	padding: 0;
	border: 1px solid #133F44;
}
div#nav ul li ul li {
	display: block;
	border: none;
	border-top: 1px solid #133F44;
}
div#nav ul li ul li:first-child {
	border: none;
}
div#content {
	display: table;
}
div#main {
	display: table-cell;
	vertical-align: top;
	padding: 10px;
	width: 538px;
	text-align: justify;
}
div#sidebar_left {
	background: #EEE;
	display: table-cell;
	vertical-align: top;
	padding: 10px;
	border-right: 1px dotted #32A2AD;
	width: 200px;
	font-size: 12px;
	text-align: justify;
}
div#sidebar_right { 
	background: #EEE;
	display: table-cell;
	vertical-align: top;
	padding: 10px;
	border-left: 1px dotted #32A2AD;
	width: 200px;
	font-size: 12px;
	text-align: justify;
}
h3 {
	padding-bottom: 10px;
	font-size: 20px;
	color: #133F44;
	text-align: center;
}
p {
	padding-bottom: 15px;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
h1 {
	color: #133F44;
	font-size: 30px;
	padding-bottom: 10px;
}
h2 {
	padding-bottom: 10px;
	font-size: 20px;
	color: #133F44;
}
p#breadcrumb {
	font-size: 12px;
	color: #CCC;
	padding-bottom: 5px;
	text-align: right;
}
.small {
	font-size: 12px;
}
input#newsletter_email {
	border: 1px solid #32A2AD;
	background: #FFF;
	width: 60%;
	font-size: 12px;
	padding:3px;
	color: #133F44;
}
input#newsletter_submit {
	width: 30%;
	border: 1px solid #32A2AD;
	background: #FFF;
	color: #133F44;
	font-size: 12px;
	padding: 3px;
}
div#nav a {
	color: #FFF;
	text-decoration: none;
}
div.break {
	margin-bottom: 15px;
	border-bottom: 1px dotted #32A2AD;
}
img {
	border: none;
}
table#events_calendar td {
	vertical-align: top;
	padding: 0 15px 15px 15px;
}
table#events_calendar td table.calendar {
	border-collapse: collapse;
}
table#events_calendar td table.calendar td {
	border: 1px solid #CCC;
	text-align: center;
	padding: 2px;
	vertical-align: middle;
	font-size: 12px;
}
table#events_calendar td table.calendar tr:first-child {
	background: #EEE;
}
td.event_day {
	background: #EEE;
}
a {
	text-decoration: none;
	color: #133F44;
}
a:hover {
	text-decoration: underline;
}
table#contact {
	width: 400px;
	margin: 0 auto;
}
table#contact td {
	padding-bottom: 15px;
	vertical-align: top;
	font-size: 12px;
}
table#contact td:first-child {
	width: 50px;
	text-align: right;
	padding-right: 15px;
}
table#contact input, select, textarea {
	width: 100%;
	border: 1px solid #32A2AD;
	background: #FFF;
	font-size: 15px;
	padding: 3px 0;
	color: #133F44;
}
table#contact textarea {
	height: 250px;
}
form#unsubscribe {
	width: 50%;
	margin: 0 auto;
}
form#unsubscribe input {
	border: 1px solid #32A2Ad;
	background: #FFF;
	font-size: 12px;
	padding: 3px;
	color: #133F44;
}
form#unsubscribe p input:first-child {
	width: 150px;
}
p#copy {
	text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
}
div.event_passed {
	color: #999;
}
div.event_passed a {
	color: #999;
}
table.gallery_table {
	border-collapse: collapse;
	margin: 0 auto 15px auto;
}
table.gallery_table td {
	padding: 5px;
	width: 150px;
	text-align: center;
	border: 1px solid #CCC;
}
form.ticket_form {
	padding: 10px 10px 5px 10px;
	border: 1px dotted #32A2AD;
	margin-bottom: 15px;
	text-align: center;
}
form.ticket_form input {
	border: 1px solid #32A2AD;
	background: #FFF;
	font-size: 12px;
	padding: 3px;
	color: #133F44;
}
form.ticket_form p {
	padding: 5px;
}
