html {
	background-color: #291612;
}
body {
	color: #e3d5c0;
}
#custom-doc {
	margin:auto;text-align:left; /* leave unchanged */
	width:53.85em;/* non-IE */
	*width:52.55em;/* IE */
	min-width:700px;/* optional but recommended */
}
#custom-doc{
	background: transparent url(images/backgroundimage_1.jpg) no-repeat scroll center; 
	text-align: left; 
	width: 700px;
	color: #v;
}
#hd div {
	display:block;
	height: 81px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	/*text-indent: -9999px;*/
	position: relative; 
	left: 130px;
	top: 8px; 
	width: 700px;
	text-align: center;
	margin: 0 0 5px 0;
}
a, a:visited {
    color: #ddc9a8;
    text-decoration: underline;
}
a:hover, a:active {
    color: #ab552d;
    text-decoration: underline;
}

#nav {
  	margin: 10px 0 0 5px;
	padding: 0;
	list-style-type: none;
	width: 700px;    
	float: left; /* Contain floated list items */
}
#nav li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
#nav a {
	float: left;
	width: auto;
	color: #ddc9a8;
	text-decoration: none;
	line-height: 1.0;
	text-align: left;
	border-right: 1px solid #ddc9a8;
	padding: 0 22px;
	font-weight: bold;
	font-family: 'Courier New';
	font-size:122%;
}
#nav #nav_links a {
  	border: none;
}
#nav a:hover {
  	color: #fff;
}
#body_home #nav_home a, #body_tree #nav_tree a, #body_quote #nav_quote a,#body_contact #nav_contact a, #body_links #nav_links a {
  	color: #aa552d;
  	font-weight: bold;
}

#content {
	padding:10px;
	text-align:center;
	color: #E6D7BD;
	font-size:114%;
	font-family: 'Trebuchet MS';
}

#content h1, #content h2 {
	font-size:159%;
	padding: 10px 0 0 0;
	margin:0px 0 25px 0;
}

#ft {
	text-align:center;
	font-size:85%;
	padding-bottom:10px;
}

p { margin: 0 0 20px 0;}
strong { font-weight: bold;}
em, i { font-style:italic;}
.photo { margin: 0 7px;border: 1px solid #fff;}
ul.bullet li {
	display:block;
	background:url(images/bullet.png) no-repeat left;
	padding: 3px 0px 3px 25px;
	margin: 0 0 0 0px;
}




