body {
	margin: 0;
	padding: 0;
	background: #D2CDB0 url(/images/tree1.gif) left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#contact {
	position: absolute;
	top: 7px;
	left: 67px;
	width: 890px;
	text-align: right;
	font-size: 95%;
	font-weight: bold;
}
#address a:link, #address a:visited {
	text-decoration: none;
	color: #3A382B;
}
#address a:hover {
	color: #F95B03;
}
#collage {
	position: absolute;
	top: 30px;
	left: 67px;
}
#main {
	position: relative;
	margin: 207px 0 0 67px;
	width: 610px;
	background: #EAE6C9 url(/images/tree2.gif) left top no-repeat;
}
#menu {
	width: 890px;
	background: #3A382B;
	border-bottom: solid 1px #CE6A2A;
}
#menu td {
 font-size: 0.8em;
}
#menu a {
	display: block;
	width: 100%;
	border-right: solid 1px #FF7500;
	padding: 2px 20px 2px 20px;
	font-weight: bold;
}
body>#main #menu a {
	width: auto;
}
#menu a:link, #menu a:visited {
	color: #D2CDB0;
	text-decoration: none;
}
#menu a:hover {
	color: #3A382B;
	background: #FF7B29;
}
.popmenu {
	display: none;
	position:   absolute;
	z-index:1;
	text-align: left;
}
.popmenu a {
	display: block;
	padding: 2px 3px 2px 6px;
	font-size: 100%;
	font-weight: bold;
	border-top: solid 1px #F8B871;
	width: 150px;
}
.popmenu a:link, .popmenu a:visited {
	background: #FF7B29;
	color: #3A382B;
	text-decoration: none;
}
.popmenu a:hover {
	background: #F8B871;
	color: #F95B03;
}
/* CONTENT */
#content {
	position: relative;
	margin: 0 0 0 545px;
	width: 345px;
	background: #CFDACA;
	padding: 108px 10px 10px 10px;
}
#logo {
	position: absolute;
	top: 10px;
	left: -61px;
}
body>#main #content {
	width: 325px;
}
#content h1 {
	font-size: 130%;
	color: #3E6631;
	margin-top: 130px;
	margin-bottom: 0px;
}
#content h2 {
	font-size: 120%;
	color: #FF7B29;
	font-style: italic;
	margin: 10px 10px 10px 10px;
}
#content h3 {
	font-size: 120%;
	color: #3E6631;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h4 {
	font-size: 120%;
	color: #FF7B29;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h5 {
	font-size: 110%;
	color: #3E6631;
	margin-top: 10px;
	margin-bottom: 0px;
}
#content h6 {
	font-size: 110%;
	color: #FF7B29;
	margin-top: 10px;
	margin-bottom: 0px;
}
#content p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#content ul {
	margin-top: 0px;
	margin-bottom: 10px;
}
#content ol {
	margin-top: 0px;
	margin-bottom: 10px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #3E6631;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #3E6631;
}
#content a:visited {
	color: #3A382B;
}
#content a:hover {
	color: #FF7B29;
}
#content td {
	font-size: 0.8em;
}
#content #features {
	margin: 20px 0 0 0;
	border-top: solid 2px #628357;
}
#content .feature {
	padding: 5px 0 5px 0;
	border-bottom: solid 2px #628357;
	color: #3A382B;
}
#content .feature h2 {
	font-size: 100%;
	font-style: normal;
	margin: 0;
	padding: 0;
}
#content .feature h2 a {
	font-weight: bold;
}
#content .feature h2 a:link, .feature h2 a:visited {
	text-decoration: none;
	color: #3A382B;
}
#content .feature h2 a:hover {
	color: #3E6631;
}
#content .feature p {
	font-size: 100%;
	margin: 0;
}
#content .feature p.more {
	text-align: right;
	padding: 0;
}
#content .feature p a:link, #content .feature p a:visited {
	color: #3A382B;
	text-decoration: none;
}
#content .feature p a:hover {
	color: #3E6631;
}
/* PHOTOS */
#photos {
	position: absolute;
	top: 110px;
	left: 189px;
}
#photos img {
	display: block;
	margin-bottom: 20px;
}
/* LEFT SUBMENU */
#submenuarea {
	position: absolute;
	top: 253px;
	left: 10px;
	width: 170px;
}
#submenu a {
	display: block;
	padding: 3px 0 3px 13px;
	font-size: 100%;
	font-weight: bold;
}
#submenu a:link, #submenu a:visited {
	color: #F95B03;
	text-decoration: none;
}
#submenu a:hover {
	color: #3A382B;
}
#submenu .parent:link, #submenu .parent:visited {
	color: #3A382B;
	text-decoration: none;
}
#submenu .parent:hover {
	color: #F95B03;
}
#submenuarea .button {
	margin: 10px 0 10px 0;
	background: url(/images/button.gif) left top no-repeat;
}
#submenuarea .button a {
	display: block;
	width: 120px;
	height: 23px;
	text-align: center;
	color: #551051;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0 3px 0;
	border: none;
}
#submenuarea .button a:link, #submenuarea .button a:visited {
	color: #3A382B;
	text-decoration: none;
}
#submenuarea .button a:hover {
	color: #F95B03;
	background: url(/images/buttonH.gif) left top no-repeat;
}
/* FOOTER */
#footer {
	margin-left: 69px;
}
#footer td {
	font-size: 0.7em;
	color: #3A382B;
	padding: 4px 5px 0 2px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #3A382B;
}
#footer a:hover {
	color: #F95B03;
}
/* RESPONSE FORM */
#response {
	padding: 0.5em;
	width: 90%;
	background: #eee;
}
#response div {
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	display: block;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}
#response input.submit {
	text-align: center;
}
#response textarea {
	width: 100%;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}

