body, html {height: 100%;}
body {
	background-color: #fff;
	margin: 0 auto;
	display: table; 
	position: static;
}
#outerContent {
	position: absolute; 
	top: 50%;
	left: 15%;
	text-align: center;
} /* for explorer only*/
#outerContent[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}
#Content {
	background: #c93 url(/i/bg.jpg);
	width: 800px;
	margin: 0 auto;
	text-align: left;
	font: 7pt "Trade gothic",Verdana, Helvetica, sans-serif;
	letter-spacing: -0.5px;
	color: #433535;
	position: relative; 
	top: -50%
}
#Content[id] {
	position: static;
}
#leftColumn {
	position: relative;
	float: left;
	width: 285px;
	margin: 22px 15px 0 15px;
	text-transform: uppercase;
}
#bglLogo {
	width: 285px;
}
#bglLogo img {
	margin: 0px;
}
.errorMessage {
	color: #900;
}
#leftMiddle {
	padding-left: 10px;
}
#leftMiddle label { 
	position: absolute; 
	width: 80px;
	margin: 1px 0 0 0 ;
}
#leftMiddle input,#leftMiddle select {
	margin: 0 0 5px 90px;
	width: 167px;
	background-color: transparent;
}
#leftMiddle option {
	background-color: #fff;
}
#leftBottom {
	margin-top: 100px;
	width: 100%;
}
#imageWrapper {
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#imageWrapper img {
	float: left;
	display: block;
    margin: 10px 30px;
}
#events {
	float: left;
	width: 460px;
	padding: 15px 0 0 5px;
}
#events ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#events li {
	margin: 2px 0;
	padding: 0;
	border-bottom: 1.5pt dashed #B79C6D;
}
#events input {
	float: left;
	width: 20px;
	margin: 5px 10px;
	background-color: transparent;
}
#events blockquote {
	margin: 0 0px 0 35px;
	padding: 0 0 10px 0;
	width: 440px;
}
#events .eventDate {
	font-weight: bold;
	font-size: 8pt;
}
input.disabled {
	color: #333;
}
#footer {
	width: 100%; 
	clear: both;
	line-height: 1px;
	height: 1px;
}