@charset "UTF-8";
/* CSS Document */


/* CONTACT US LAYOUT STUFF */

	
#main_contact_us{
	position:relative;
	width:700px;
	min-height: 343px;
	margin:0 auto 0 auto;
	background: #f0f3d8;
}

#masthead_contact_us {
	position:relative;
	width:700px;
	height:100px;
	margin:0 auto 0 auto;
	background:url(../images/header/header_contact_us.gif) no-repeat;
	}
	
	
	/* OUR MISSION LAYOUT STUFF */

	
#main_our_mission{
	position:relative;
	width:700px;
	height: 343px;
	margin:0 auto 0 auto;
	background: #f0f3d8;
}

#masthead_our_mission {
	position:relative;
	width:700px;
	height:100px;
	margin:0 auto 0 auto;
	background:url(../images/header/header_our_mission.gif) no-repeat;
	}
	
	/* OUR HOME TOWN LAYOUT STUFF */

	
#main_our_home_town{
	position:relative;
	width:700px;
	min-height: 343px;
	margin:0 auto 0 auto;
	background: #f0f3d8;
}

#masthead_our_home_town {
	position:relative;
	width:700px;
	height:100px;
	margin:0 auto 0 auto;
	background:url(../images/header/header_our_building.gif) no-repeat;
	}
	
	/* OUR TEAM LAYOUT STUFF */

	
#main_our_team{
	position:relative;
	width:700px;
	min-height: 343px;
	margin:0 auto 0 auto;
	background: #f0f3d8;
}

#masthead_our_team {
	position:relative;
	width:700px;
	height:100px;
	margin:0 auto 0 auto;
	background:url(../images/header/header_our_team.gif) no-repeat;
	}
	

