/* basic elements */
body {
	background-image: url(images/Peony3%20Blur2.jpg);
	background-color: #AEB087;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	}
/* specific divs */
#header {
	height:175px;
	width:650px;
	margin-left:100px;
	background-color:#F3F3F3;
	background-image:none;
	background-repeat: no-repeat;
	background-position: center center;
}
/* old head color was F3F3F3 */

#missionstatement {
	background-color:#E0E0E0;
	height:25px;
	width:650px;
	font:papyrus;
	margin-left:100px;
	margin-top:2px;
	}
	
#navbar {
	background-color:#E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height:50px;
	width:650px;
	margin-left:100px;
	margin-top:2px;
	}
	

#Content {
	background-color:#FFFFFF;
	font-size:14px;
	margin-left:100px;
	margin-top:0px;
	padding-top:35px;
	width:650px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	}	
.style1 {font-family: Papyrus}
