.prelim {
	/* needed to correct bug in Mac IE */
}



body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

div#container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	border-left: 0px solid white;
	border-right: 0px solid white;
	font: 12px Verdana, Arial, Helvetica, sans-serif;

}

div#header {
	height: 170px;
	width: 100%;
	border: 0px solid red;
	background: transparent url(../images/totalheader.jpg) no-repeat top;
	margin-bottom: 10px;
}



div#content {
	width: 100%;
	height: auto;
	min-height: 500px;
	border: 0px solid red;
}

div#left {
	width: 175px;
	height: auto;
	min-height: 300px;
	float: left;
	border: 0px solid green;
	padding: 5;
	margin-top: 40px;
}

div#right {
	width: 800px;
	height: auto;
	float: right;
	border: 0px solid yellow;
	padding: 0;
	margin-top: 50px;
	margin-right: 25px;
}

div#footer {
	clear: both;
	width: 100%;
	height: 50px;
	border: 0px solid red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F8F8F8;
	text-align: center;
}

#slideshow {
	width: 100%;
	height: 300px;
	margin: 0 auto;

}

#links {
width: 100%;
text-align: center;
height: auto; 
}

#slogan {
	width: 100%;
	text-align: center;
	height: 150px;
	
}

#events {
	width: 75%;
	height: auto;
	background: #a9a9a9;
	padding: 10,0,0,0;
}
#form {
	float: right;
	height: auto;
	margin-right: 25px;
	width: 600px;
	margin-top: 50px;
}

h2 {
	font: bold 14px/1.25% Verdana, Arial, Helvetica, sans-serif;
}
