@charset "utf-8";
body {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eee4b1;
	background-repeat: repeat-x;
	background-image: url(IMAGES/BG3.jpg);
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	background-attachment: fixed;
	
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
}

#wrapper {
	background-repeat: repeat-x;
	background-position: center 450px;
	left: 0px;
	
}
#container {
	width: 876px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: center;
	border: 13px solid #84C55C;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
	
	
}
#header {
	background-position: right top;
	background-repeat: no-repeat;
	height: 220px;
	float: none;
	width: auto;
	background-attachment: fixed;
	padding-top: 0;
	background-color: #FFF;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
}
#nav {
	background-color:#FFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0px;
	height: 31px;
}
#mainContent {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	background-image: url(IMAGES/splash%202.jpg);
	padding-bottom: 0px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: center;
}

#maincontent2{
	padding-right: 80px;
	padding-left: 80px;
	background-color: #FFF;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}

