body {
	background-image: url(sitewide_images/main_bg.gif);
	background-repeat: no-repeat;
	background-color: #7F9354;
	background-position: center top;
	margin: 0px;
	padding: 0px;

}
#Scaffold {
	width: 800px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#Scaffold #Content {
	width: auto;
	text-align: left;
	vertical-align: top;
	padding: 8px;
	font-family: "trebuchet MS", Arial, verdana, sans-serif;
	font-size: 14px;
	line-height: 24px;
	background-image: url(sitewide_images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}
#Scaffold #Content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #641214;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #3F5929;
	font-size: 24px;
}
#Scaffold #Content h2 {
	font-size: 20px;
	color: #2D4312;
}
#Scaffold #Content p {
	font-family: "trebuchet MS", Arial, verdana, sans-serif;
	line-height: normal;
	font-size: 14px;
}
#Scaffold #Content a:link,#Scaffold #Content a:visited,#Scaffold #Content a:active {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #36511F;
}
#Scaffold #Content a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #641214;
	background-color: #FFFFCC;
}

#Scaffold #Footer {
	color: #FFFFFF;
	background-image: url(sitewide_images/Footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	height: 39px;
	font-size: 14px;
	line-height: 39px;
	background-color: #223E0B;
}
#Scaffold #Content ul {
	list-style-image: url(sitewide_images/bullet.gif);
	font-family: "trebuchet MS", Arial, verdana, sans-serif;
	line-height: 20px;
	font-size: 14px;
}

#Scaffold #Navbar a:link,#Scaffold #Navbar a:active,#Scaffold #Navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 16px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
	margin: 10px;
}

#Scaffold #Navbar {
	background-image: url(sitewide_images/wood.gif);
	background-repeat: repeat-y;
	width: 200px;
	text-align: left;
	vertical-align: top;
}
#Scaffold #Navbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #587242;
}

#Scaffold #Header{
	height: 268px;
	width: 800px;
	background-color: #000000;

}
#Scaffold #Content h3 {
	font-size: 16px;
	font-family: "trebuchet MS", Arial, verdana, sans-serif;
	color: #000000;
}
.quote {
	font-style: italic;
	color: #641214;
}
#Scaffold #Content #Home_left {
	width: 570px;
	float: left;
}
#sidebar {
	width: 220px;
	background-color: #BBC079;
	padding: 10px;
	border: thin dotted #77954E;
}
#Scaffold #Content #Home_right {
	float: left;
	width: 570px;
}

#image {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

#rightimage {
	float: right; 
    margin: 10px; 
	

}
#imageCap {
	float: left;  
	background-color: #BBC079;
	padding: 10px;
	margin: 0.5em 0.8em 0.5em 0;
	border: thin dotted #77954E;
	font: 11px/1.4em Arial, sans-serif;

}

#rightimageCap {
	float: right; 
    margin: 0.5em 0pt 0.5em 0.8em;
	background-color: #BBC079;
	padding: 10px;
	border: thin dotted #77954E;
	font: 11px/1.4em Arial, sans-serif;

}
#address {
	font-size: 13px;
	color: #666;
	width: 600px;
	text-align: left;
	vertical-align: top;
	font-family: "trebuchet MS", Arial, verdana, sans-serif;
	padding-right: 10px;
	padding-bottom: 8px;
}

#address a {
	color: #666;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

