html, body {
   height: 100%;
}


body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}	

h2, h3 {
	color: #333333;
}

#new_photos a {
	width: 200px;
	height: 175px;
	display: block;
	background-image: url(../images/new_photos.png);
	position: absolute;
	z-index: 999;
	right: 0px;
}

#header {
	width: 100%;
	height: 116px;
	background: url(../images/header_bg.png);
	background-repeat: repeat-x;
	margin: 0px;
}

#header_contents {
	width: 900px;
	margin: 0 auto;
}

#logo {
	width: 209px;
	height: 116px;
	background-image: url(../images/logo.png);
	float: left;
}

#nav {
	height: 37px;
	padding-top: 79px;
	float: left;
	margin-left: 36px;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	float: left;
	margin: 0px;
	margin-right: 10px;
}

.home_active {
	background-image: url(../images/home_active.png);
	width: 78px;
	height: 37px;
	display: block;
}

.home a {
	background-image: url(../images/home_rollover.png);
	width: 78px;
	height: 37px;
	display: block;
}

.home a:hover {
	background-position: 0 37px;	
}

.ej10_active {
	background-image: url(../images/ej10_active.png);
	width: 176px;
	height: 37px;
	display: block;
}

.ej10 a {
	background-image: url(../images/ej10_rollover.png);
	width: 176px;
	height: 37px;
	display: block;
}

.ej10 a:hover {
	background-position: 0 37px;
}

.contact_us_active {
	background-image: url(../images/contact_us_active.png);
	width: 115px;
	height: 37px;
	display: block;
}

.contact_us a {
	background-image: url(../images/contact_us_rollover.png);
	width: 115px;
	height: 37px;
	display: block;
}

.contact_us a:hover {
	background-position: 0 37px;
}

.bbc a {
	background-image: url(../images/bbc_rollover.png);
	width: 239px;
	height: 37px;
	display: block;
}

.bbc a:hover {
	background-position: 0 37px;
}

#container {
   min-height: 100%;
   position: relative;
}

#content {
	margin-top: 30px;
	width: 800px;
	margin: 0 auto;
	text-align: justify;
	padding-bottom: 200px;
}

#content_left {
	width: 570px;
	float: left;
}

#infobar {
	width: 200px;
	float: right;
	margin-left: 20px;
	margin-bottom: 4px;
	text-align: left;
	margin-top: 70px;
}

#infobar p {
	padding: 0px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 20px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
}

.last_para {
	padding-bottom: 0px !important;
}

.moreinfo {
	font-size: 0.7em;
	margin-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
}

.moreinfo a {
	color: red;
}

#whats_it {
	width: 200px;
	height: 38px;
	display: block;
	background-image: url(../images/whats_it.png);
}

#wheres_it {
	width: 200px;
	height: 38px;
	display: block;
	background-image: url(../images/wheres_it.png);
}

#whens_it {
	width: 200px;
	height: 38px;
	display: block;
	background-image: url(../images/whens_it.png);
}

#walkthrough_gallery {
	width: 550px;
	float: left;
}

#walkthrough_gallery img {
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 4px;
	float: left;
	margin: 0px 12px 12px 0px;
}

#quotes {
	width: 250px;
	float: right;
	margin-top: 60px;
}

.quote {
	background-color: #CCCCCC;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.quote_author {
	font-size: 0.8em;
	height: 20px;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	text-indent: 30px;
	margin-bottom: 20px;
}


#info_2010 {
	float: left;
	width: 370px;
}

.day {
	width: 90px;
}

.date {
	width: 70px;
}

.time1 {
	width: 70px;
}

.time2 {
	text-align: right;
	width: 70px;
}

#map {
	float: right;
	margin-top: 30px;
}

#map a {
	color: #333333;
}

iframe {
	border: 2px solid #333333;
}

label {
	width: 170px;
}

input {
	width: 200px;
}

#submit {
	margin-left: 174px;
}

.error {
	color: red;
}

#footer {
	background-color: #333333;
	color: white;
	font-size: 0.8em;
	text-align: center;
	position: absolute;
  	bottom: 0px;
	width: 100%;
}

#footer p {
	padding-top: 20px;
}

#footer img {
	border: 0px;
	margin-bottom: 20px;
}