body {
	background-color: #f3ebc4;
	padding-top: 20px;
}

	#masthead {
		background-color: #bcc29c;
		height: 160px;
		margin-top: 40px;
	}

	#masthead img {
		padding-top: 25px;
		padding-left: 35px;
	}
	
	#masthead_navigation {
		float: right;
		margin-top: 10px;
	}
	
	#masthead_navigation a {
		text-decoration: none;
		color: #607843;
	}

#masthead_navigation p {
	padding-right: 20px;
	text-align: right;
}
	
	#masthead_navigation a:hover {
		text-decoration: underline;
	}
	
	#navigation {
		background: #617944 url(/images/site/nav_bg.gif) repeat-x;
		height: 50px;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 1.2em;
	}
	
	#navigation ul {
		list-style: none;
		padding-top: 15px;
	}
	
	#navigation li {
		display: inline;
		padding-right: 35px;
		padding-left: 15px;
	}
	
	#navigation a:link {color: #fff; font-weight: normal; text-decoration: none;}
	#navigation a:visited {color: #fff; font-weight: normal; text-decoration: none;}
	#navigation a:hover {color: #fff; font-weight: normal; text-decoration: underline;}
	#navigation a:active {color: #fff; font-weight: normal; text-decoration: none;}
	
	#content_container {
		background-color: #DADEC9;
		padding-bottom: 40px;
	}

#content_container ul li {
margin-left: 60px;
}
	
	#content_container h1 {
		padding: 30px 0 0 10px;
		font-family: georgia, times new roman, serif;
		font-weight: normal;
		font-size: 2.4em;
		color: #465731;
	}
	
	#content_column_one h2, #content_column_two h2, #content_column_three h2 {
		padding: 0 30px 0 30px;
		margin-bottom: 0;
		font-family: helvetica, arial, verdana, sans-serif;
		font-weight: bold;
		font-style: italic;
		font-size: 1.2em;
		color: #000;
	}
	
	#content_column_three h2 {
		padding: 0 30px 0 20px;
	}
	
	#content_column_one p, #content_column_two p {
		padding: 0 30px 0 30px;
	}
	
	#content_column_three p {
		padding: 0 20px 0 20px;
	}

	
	#content_column_one, #content_column_two, #content_column_three {
		background-color: #DADEC9;
	}
	
	#content_column_one h1, #content_column_two h1, #content_column_three h1 {
		padding-left: 10px;
		font-family: georgia, times new roman, serif;
		margin-bottom: 30px;
	}

#contact_left p {
padding: 0 30px 0 30px;
}
	
	#footer {
		border-top: 10px solid #666;
		text-align: center;
		background-color: #bcc29c;
		margin-bottom: 20px;
	}
	
	#footer p {
		padding-top: 10px;
padding-left: 80px;
	}
	
	#footer a:link {color: #a98219; font-weight: bold; text-decoration: none;}
	#footer a:visited {color: #a98219; font-weight: bold; text-decoration: none;}
	#footer a:hover {color: #a98219; font-weight: bold; text-decoration: underline;}
	#footer a:active {color: #a98219; font-weight: bold; text-decoration: none;}

	#subfooter {
		text-align: center;
		margin-bottom: 20px;
	}

table.gallery_table {
	width: 90%;
	margin: 30px auto;
	border-collapse: collapse;
}

table.gallery_table table {
	width: 100%;
	margin: 30px auto;
	border-collapse: collapse;
}

table.gallery_table td, table.gallery_table table td {
	text-align: center;
}

table.gallery_table td img, table.gallery_table table td img {
	padding: 5px;
	border: 1px solid #9DA092;
	margin-bottom: 15px;
}






