body {margin: 0; background-image: url(images/bg_body.jpg); background-repeat: repeat-y;}
#main { position: relative; width: 90%; min-width: 866px; margin-left: 0; margin-right: auto; height: 100%;}
* html #main {width: 100%}
#left {
	float: left;
	z-index: 10;
	width: 325px;
	height: 100%;
	min-height: 750px;
	padding-top: 5px;
}
* html body #left {
	margin-right: -px;
	height: 750px;
}
#header {
	margin: 0 auto;
	width: 325px;
	background-image: url(images/logo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
#nav { width: 100%; margin-left: auto; margin-right: 0;}
#content { height: auto; min-height: 750px; padding-left: 40px; margin-left: 325px; padding-top: 50px;}
* html #content {
	height: 750px;
	margin-left: 0;
}
body.what #content {margin-right: 305px;}
* html body.what #content {margin-right: 0;}
* html body.what #main {width: 100%;}
#footer { height: 30px; clear: both; padding: 70px 10px 3px 0;}
#preloader {display: none;}
#gallery {float: right; width: 250px; padding: 0 25px; margin-top: 70px; display: inline;}
.galleryImage {margin: 30px auto 10px auto; width: 250px;}
div.galleryImage a img {border: 0;}
.event { width: 90%; float: left; margin-bottom: 15px; padding-bottom: 20px; border-bottom: 1px solid black; }
.eventLocation {float: left; width: 250px;}
/* * html .eventLocation {margin-right: -3px;} */
.eventDescription {margin-left: 255px;}
/* * html .eventDescription {margin-left: 0;} */