body {
	margin: 0px;
	padding: 0px;
	border: 0;
	text-align: center;
	font-family: Geneva, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	background: #391716;
}

.menucat {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9f7338;
	border-right-color: #9f7338;
	border-bottom-color: #9f7338;
	border-left-color: #9f7338;
	padding: 10px;
	font-size: 14px;
	font-weight:bold;
	color:e8d0af;
	margin:5px;
}

.menucatblue {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9fb9c4;
	border-right-color: #9fb9c4;
	border-bottom-color: #9fb9c4;
	border-left-color: #9fb9c4;
	padding: 10px;
	font-size: 14px;
	font-weight:bold;
	color:e8d0af;
	margin:5px;
}

#sitecontainer
{
	margin:0px auto;
	padding:0px 25px 0px 25px;
	width: 580px;
	height: 825px;
	text-align: left;
	background-color: #591414;
	background-position: center 30px;	
}

.homebg {
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
}

.subbg {
	background-image: url(../images/bg_sub.jpg);
	background-repeat: no-repeat;
}

#bodycontainer
{
	margin:0px;
	padding:0px;
	width: 580px;
	height: 425px;
}

#content {
	padding: 200px 0px 0px 50px;
	background-color:#FFFFFF;
}

.desc {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #e8d0af;
}

.infodescheader {
	color: #e8d0af;
	text-align:center;
	font-size: 14px;
	font-weight:bold;
}

.infodesc {
	color: #e8d0af;
	text-align:center;
}

hr.menuhr {
	border: 0;
	width: 100px;
	background-color: #9fb9c4;
	height: 2px;
	margin: 0px 0px 0px 118px;
	padding: 0px;
}

#homenavdiv {
	padding: 353px 0px 0px 60px;
}

#menucontainer
{
	margin:0px;
	padding:0px;
	width: 340px;
	color: #e8d0af;
	background-color:#5a4f4b
}

#menucontent {
	margin:0px;
	padding: 0px;
	background-image: url(../images/bg_contentarea.jpg);
	background-repeat: repeat;
}

#leftcolumn
{
	float: left;
	width: 200px;
	height: 425px;
	padding: 160px 0px 0px 0px;
}

#rightcolumn
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 360px;
	padding: 61px 0px 0px 0px;
}

#prevnext {
	text-align:right;
	padding:0;
	margin:0;
	width:360px;
}

/* menu code from http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#homenav, #homenav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#homenav a {
	display: block;
	width: 8em;
}

#homenav li { /* all list items */
	float: left;
	width: 140px; /* width needed or else Opera goes nuts */
}

#homenav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#homenav li:hover ul, #homenav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#subnav, #subnav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#subnav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#subnav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
	#subnav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#subnav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : #9f7338;
		font-weight : bold;
		text-decoration : none;
		padding : 0 0.5em;
	}
	
	#subnav li a:hover {
		color : #e8d0af;
	}
	
	#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover ul, #subnav li li.sfhover ul, #subnav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
margin-left: 17px;
}

a:link {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #9f7338;
	font-weight: bold;
}

a:visited {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9f7338;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e8d0af;
	text-decoration: underline;
	font-weight: bold;
}
