* {
	margin: 0;
	padding: 0;
}
a, a:link {
	color: #630;
}
a:hover {
	color: #630;
	text-decoration:none;
}
body {
	background: #726444/*63573b*/;
	color: #fff5de;
	font-family:Arial, Helvetica, sans-serif;
}
input {
	font-size: 0.8em ;
}
p,cite,ul {
	font-size: 0.8em;
	padding-bottom: 1.1em;
}

blockquote {
	/*background: url(img/quote.gif) no-repeat;*/
	color: #ffecb3/*654226*/;
	display: block;
	letter-spacing: 0.1em;
	/*padding-left: 28px;*/
	padding-bottom: 1.2em;
}
h1,h2,h3,h4 {
	padding: .4em 0 1em 0;
}
h1 {
	font-size:1.2em;
}
h2 {
	font-size:1.1em;
}
h3 {
	font-size:1.0em;
}
h4 {
	font-size:0.9em;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: #99875C/*fff*/;
	margin: 16px auto;
	width: 767px;
	/*border: 1px solid #654226;*/
}

.header {
	background: #99875c/*fff*/ url('images/header3.jpg') top left no-repeat;
	height: 68px;
	margin: 0 auto;
	width: 767px;
}

#title {
	padding: 0px;
	/*margin-left: 8px;*/
	font-family: "georgia", "times new roman", serif;
}
#titlecontent {
	background: #99875c url('images/tree-logo6a.gif') top left no-repeat;
	margin-left:10px;
	height:68px;
}
#title h1 {
	color: #ffc;
	font-size: 2.4em;
	/*letter-spacing:8px;*/
	margin-left:75px;
	font-weight:normal;
	margin-bottom:2px;
	padding:0;
}
#title h2 {
	color: #ffc;
	font-size: 0.94em;
	/*letter-spacing:3px;*/
	margin-left:77px;
	font-weight:normal;
	padding:0;
}

/* navigation */
#nav {
	font: normal 0.9em Arial, sans-serif;
	height: 2em;
	margin: 0 auto;
	width: 767px;
	text-align:center;
	line-height:2em;
}
#navcontent a, #navcontent a:link {
	color: #ffc/*533114*/;
	text-decoration: none;
	padding: 5px 8px;
	line-height: 2em;
}
#navcontent a.current {
	color: #630/*2f251c*//*b68d52*/;
}
#navcontent a:hover {
	color: #630/*2f251c*/;
	text-decoration:none;
	/*background:#ffe;*/
}


.main {
	clear: both;
	padding: 0;
	background-color:#ffc/*fff5de*/;
	color:#630;
	margin:0;
}

.content {
	padding:10px 15px;
}

img.left
{
position: relative;
float: left;
margin: 2px 15px 15px 0;
}

img.right
{
position: relative;
float: right;
margin: 0 0em 10px 10px;
}

.thumbs {
	float:left;
	width:170px;
	padding:0 10px 0 0;
	text-align:center;
}
p.thumbheader {
	margin-bottom:0;
	text-align:center;
	font-weight:bold;
}
p.thumbtext {
	margin:0 5px 5px 5px;
	text-align:center;
}

/* Form */
#formcontainer {
	width:405px;
}
.labelwrap {
	clear:both;
	padding: 0px 0 10px 0;
}
label {
	float: left;
	width: 95px;
	text-align: left;
}
.fieldcontainer {
	float: right;
	width: 295px;
	text-align: left;
}
.inputfield {
	width:295px;
}

/* footer */
.footer {
	font-family: "georgia", "times new roman", serif;
	background: #99875C/*958463*/;
	color: #ffc;
	font-size: 0.8em;
	line-height: 40px;
	margin: 0 auto;
	/*margin-top: 12px;*/
	text-align: center;
	width: 767px;
	/*border-top:1px solid #fed;*/
}
.footer a {
	color: #ffc;
	text-decoration: underline;
}
.footer a:hover {
	color: #ffc;
	text-decoration: none;
}