body{
	margin: 0;
	padding: 0;
	background-image:url(images/bgwoodmain.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	line-height:16px;
}
	
a:link {color: #f2ecb8; text-decoration:none;}
a:visited {color: #f2ecb8; text-decoration:none;}
a:hover {color: #e9ae00; text-decoration: underline;}
a:active {color: #f2ecb8; text-decoration:none;}

#banner, #content a {font-weight:bold;}
#banner, #content a:link {color: #3a4e13; text-decoration:none;}
#banner, #content a:visited {color: #3a4e13; text-decoration:none;}
#banner, #content a:hover {color: #9e8923; text-decoration: none;}
#banner, #content a:active {color: #3a4e13; text-decoration:none;}

#header_wrapper{
	background:url(images/bghome.jpg);
}

#header_wrapperMenu{
	background:url(images/bgMenu.jpg);
}

#header_wrapperDF{
	background:url(images/bgdf.jpg);
}

#header{
	width: 955px;
	margin: 0 auto;
	padding-bottom: 20px;
}
	
#middle_wrapper{
	background:url(images/bgMidHome.jpg);
	background-repeat:repeat-x;
}

#middle{
	width: 950px;
	margin: 0 auto;
	}
	
	#middle td{
		background-image:url(images/divider2.gif);
		background-repeat:repeat-y;
		background-position:right;
	}
	
#bottom_wrapper{
		background-image:url(images/bgwood.jpg);
		background-repeat:repeat-x;
	}
	
#menutext_wrapper{
	padding-bottom:15px;
}
	
#content{ /*#content is essentially the same thing as #middle, but needed to get rid of the #middle td for the Menu page*/
	width: 950px;
	margin: 0 auto;
	}

#contentDF{ /*#content is essentially the same thing as #middle, but needed to get rid of the #middle td for the Menu page*/
	width: 950px;
	margin: 0 auto;
	background-image:url(images/dfbgcontent_temp.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}	

#bottom{
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	}
	
	
#footer{
	width: 950px;
	margin: 15px auto 0;
}

#footer td {
	padding: 20px;
}

#footer .left {
	text-align:left;
  }
#footer .left p
  {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 5px;
	color:#e9b904;
  }

#footer .right {
	color: #855028;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;}
	
#footer a:link {color: #a59320; text-decoration:none;}
#footer a:visited {color: #a59320; text-decoration:none;}
#footer a:hover {color:#ffffff; text-decoration:none;}

hr {
	border:0px; 
	border-top:2px dotted #9e8923; 
	height: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	width: 100%;
}

h4 {
	font-size:12px;
	padding:0px 0px 4px 0px;
	margin:0px;
	color:#770a08;
	font-weight:bold;

}

h1 {
	font-size:22px;
	padding:4px 0px 4px 0px;
	margin:0px;
	color:#770a08;
	font-weight:bold;

}

h5 {
	font-size:10px;
	padding:0px 0px 4px 0px;
	margin:0px;
	color:#3a4e13;

}

h3 {
	font-size:13px;
	padding:0px 0px 4px 0px;
	margin:0px;
	color:#3a4e13;

}

.about p {
	margin-top: 20px;
}

.note{
	padding: 3px 3px;
	margin-left: 10px;
	border-left: 0px solid #a0100e;
	float:left;
}

.note p{
	font-style: italic;
}

.note p span.note_title{
	color: #a0100e;
	font-weight: bold;
	font-style: normal;
}