/*ALL PAGES*/

html, body {
	height: 100%
}

body {
	background: #FFFFFF url(images/2008/blkhdr.gif) repeat-x top left;
	font-family: Georgia, Times New Roman, Times, serif;
	margin:0;
	padding:0px;
}

a:link {color:#0000FF}
a:visited {color:#00B200}
a:active {color:#729ACE}
a:hover {color:#729ACE}

.header {
	width: 900px;
	min-height: 83px;
	left:50%;
	top:0px;
	margin-left:-450px;
	position:absolute
}

.menu {
	float: right;
	position: absolute;
}

#main {
	width: 900px;
	left: 50%;
	top: 90px;
	margin-left: -450px;
	margin-top: 0px;
	position: relative;
}

.slide {
	border: white solid 10px
}

.homeright {
	position: relative;
	display: block;
	float: left;
	margin: 15px 15px 15px 10px;
}

td.eventdate {
	vertical-align:top;
	font-size:.7em;
	text-align:right;
}

td.event {
	vertical-align:top;
	font-size:.7em;
	padding-left:10px;
}
	
.terms {
	font-size:.7em
}

.terms {
	font-size:.7em
}

.faq {
	font-size:.9em
}


#footer {
	clear: both;
	width: 900px;
	height: 32px;
	padding: 7px 16px 16px 16px;
	background-image: url("images/2008/bottom.gif");
	background-repeat: repeat-x;
	bottom: 0;
	color: #FFFFFF;
	font-size: .9em;
}