body {
	color:#6f4c01;
	font-family: "Arial";
	font-size: 12px;
	margin: 20px 0px;
	padding: 0px;
	background: #FBF5DF;
}
#bg {
	width: 817px;
	background: url("../../images/body_bg.jpg") repeat-y;
	margin: 0px auto;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 817px;
}
#contentbg {
	position: relative;
	width: 801px;
	margin-left: 8px;
	background: url("../../images/content_bg.jpg") repeat-x #FFFFFF;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background: url("../../images/header.jpg");
	width:817px;
	height:186px;
	position:relative;
}
/********************** Menu ******************************/
 
 /* Menu */

#menu {
	background: url(../../images/menu.jpg) no-repeat center bottom;
	margin-left: 25px;
	width: 767px;
	top:206px;
	position:absolute;
	height: 41px;
	z-index:100;
}
#menu ul {
	margin:0;
	padding:0;
	list-style: none;
}
#menu li {
	float:left;
	margin:0;
	padding-left: 6px;
	line-height:normal;
}
#menu a {
	display:block;
	margin-top: 10px;
	padding:4px 6px 3px 0px;
	text-decoration: none;
	font-weight: bold;
	color:#4e2404;
	font-family: "Calibri";
	font-size: 14px;
	font-style: normal;
	border-right: 1px solid #000000;
	line-height: 7px;
}
#menu a.last {
	display:block;
	margin-top: 10px;
	padding:4px 10px 3px 7px;
	text-decoration: none;
	font-weight: bold;
	color:#4e2404;
	font-family: "Calibri";
	font-size: 14px;
	font-style: normal;
	border:none;
}
/* dropdown menus - 1st tier 
 
 container box for first dropdown
 */
 
#menu li ul {
	position: absolute;
	width: 15.5em;
	height: auto;
	background: #642f07;
	left: -999em;
	margin: 0;
	padding: 0;
	border: 1px solid #FFFFFF;
	background-image: none;
	z-index:100;
}
#menu li ul li {
	float: none;
	background-image: none;
	border-bottom: 1px solid #FFFFFF;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	background-image: none;
}
#menu li ul a {
	margin: 0;
	padding: 3px;
	color: #FFFFFF;
	height: auto;
	line-height: 2em;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#menu li ul .nobrdr a {
	background-image: none;
	width: 15.5em;
	color: #FFFFFF;
}
#menu li ul a:hover {
	background: #642f07;
	color: #CCCCCC;
	background-image: none;
}
/********************** Content ***************************/
#content {
	width:422px;
	float: left;
	margin-left: 40px;
	line-height: 185%;
	padding-top: 60px;
	padding-bottom: 25px;
}
#content a {
	color:#4e2404;
}
#image {
	width: 292px;
	float: right;
	padding-top: 100px;
}
img {
	border-width:0px;
}
h1 {
/*	color:#4e2404;
	font-size:18px;
	font-family: "MrsEavesRoman";
	font-weight: strong;
	word-spacing:.2em;*/	
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#4e2404;
	font-size:14px;
	padding-left: 0px;
	font-weight: normal;
}
h3 {
	color:#4e2404;
	font-size:18px;
	padding-left: 50px;
	font-family: "Special";
	font-weight: bold;
}
#image p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#4e2404;
	font-size:11px;
	line-height:22px;
	padding-right: 14px;
	padding-top:0px;
	margin-top:0;
	font-weight: normal;
}
/********************** Footer ***************************/

#footer {
	width: 817px;
	text-align: center;
	color: #4e2404;
	font-size: 90%;
	padding-top: 20px;
	height: 100px;
}
#footer td {
	text-align: center;
	color: #4e2404;
	font-size: 12px;
}
#footer a {
	text-decoration: none;
	color: #4e2404;
	font-size: 12px;
}
#footerbg {
	width: 801px;
	margin-left: 8px;
	background: #FFFFFF;
	margin-bottom: 1px;
}
#close {
	width: 817px;
	height: 15px;
	margin: auto;
	margin-top: -2px;
	background: url("../../images/footer_bottom.jpg") center bottom no-repeat;
}
