body {
	margin: 0px; padding:0px;
	text-align:center;
	background-image: url(../images/wood_tile.jpg);
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #643e1e;
	}
	
#box {
	display: block;
	background-color: #fffff0;
	width: 860px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 15px;	
}	


#content {
	width: 100%;
	}
	
#head_section {
	clear: both;
	padding: 0px;
	margin: 0px;
	}

#logo {
	float: left;
	}

#top_logos {
	float: right;
	padding: 40px 20px 24px 0;
	}
	
.built_green_logo {
	padding-left: 10px;
	}

#top_nav {
	float: right;
	}

#nav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	float: right;
	margin-right: 20px;
	}
	
#subnav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	float: right;
	margin-right: 20px;
	}
	
#subnav a {
	color: #6351A4;
	}
	
#subnav a:hover {
	color: #643E1E;
	}

#nav ul li {
	display: inline;
	list-style: none;
}

#subnav ul li {
	display: inline;
	list-style: none;
}

#bottom_nav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	}
	
#bottom_nav ul li {
	display: inline;
	list-style: none;
}

#bottom_nav2 p{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	}

#header {
	clear: both;
	padding-left: 20px;
	padding-top: inherit;
	padding-bottom: inherit;
	}
	
#content_body {
	text-align: left;
	padding: 10px 20px;
	}
	
#footer {
	clear: both;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	}
	

h1, h2, h3, h4, h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 100;
	}

h1 {
	font-size: 2.4em;
	}
	
p.p_header {
	font-family: Times, Times New Roman, Georgia, serif;
	font-size: 2.4em;
	}
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 1.2em;
	margin: 20px;
	} 

img {
	padding: 0px;
	margin: 0px;
	border: 0px
	}
	
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	color: #164a18;
	}
	
a:hover {
	color: #3c973f;
	}
	
ul.inline {
	display: inline;
	}
	
/* header logo */
.wood_header {
	text-indent: 20px;
	text-align: left;
	color: #e3934f;
	background-color: #643e1e;
	background-image: url(../images/wood_header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	width: 820px;
	margin-top: auto;
	margin-bottom: auto;
	padding-bottom: 4px;
	padding-top: 4px;
	}

.amp {
   font-family: Baskerville, Palatino, "Goudy Old Style","Palatino","Book Antiqua",serif;
   font-size:110%;
   font-style: italic;
	}
	 
.serif {
	font-family: Baskerville, Palatino, "Goudy Old Style","Palatino","Book Antiqua",serif;
	}

.bold {
	font-weight: bold;
	}

.italic {font-style: italic;}
	
.green {color: #3C973F;}

.dark_green {color: #164A18;}

.brown {color: #643E1E;}

.light_brown {color: #E3934F;}

.purple {color: #6351A4;}

.red {color: red;}

.white {color: #FFFFF0;}

.ten {font-size: 1.0em;}
.twelve {font-size: 1.2em;}
.fourteen {font-size: 1.4em;}
.sixteen {font-size: 1.6em;}
.eighteen {font-size: 1.8em;}

.centered {
	text-align: center;
	margin: 0px auto;
	padding: 0px auto;
	}

/* gallery thumbnails */

.container {
	width: 820px; display: table;
	padding-left: 20px;
	}

.row {display: table-row;}

#center {
	width: 820px; 
	overflow:auto; 
	overflow-y:hidden; 
	white-space: nowrap;
	}

#center img {
	margin: 0px;
	padding: 0px;
	padding-right: 8px;
	}
	
/* Forms */

.input {
	border: 1px solid #643e1e;
	background: #fffff0;
	color: #643e1e;
	}
	
.input:hover {
	border: 1px solid #643e1e;
	background: #643e1e;
	color: #fffff0;
	}
	