body  {
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; 
	background-color: #036;
}
#container {
	height: 1000px;
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(cle_elum_land_images/cle_elum_land_background_base_950.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header {
	float: left;
	height: 241px;
	width: 800px;
	text-align: center;
}
#container .header h1 {
	font-size: 36px;
	vertical-align: super;
	margin-top: 0px;
	margin-bottom: 5px;
	
}
#container .header h3 {
	color: #666;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px
}


#rollover {
	float: left;
	height: 32px;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#left {
	float: left;
	height: 450px;
	width: 198px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: thin solid #000;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#maincontent {
	float: left;
	height: 450px;
	width: 312px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-right: 10px;
	margin-top: 0px;
}
#right {
	float: left;
	height: 450px;
	width: 198px;
	border: thin solid #000;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-top: 5px;
}
.colum_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#container #maincontent p {
	text-align: center;
}
#container #maincontent_text{
	text-align:center;
	margin-bottom: 5px;
	}
#footer {
	float: left;
	height: 150px;
	width: 800px;
	border: thin solid #000;
	text-align: center;
}
