body {
	font-family:verdana;
	font-size:80%;
	background:#593415 url('/images/background.jpg') repeat-x fixed bottom;
	/* border-top:10px solid black; */
	margin:0 0 0 0;
	overflow: -moz-scrollbars-vertical;
	}
#header {
	background:#593415 url('/images/header_bg.jpg');
	margin:auto;
	width:750px;
	height:125px;
	border-bottom:5px solid #CC9900;
	border-top:5px solid #CC9900;
	}
#container {
	margin:auto;
	width:748px;
	background:#F1DEBD url('/images/container_bg.gif') no-repeat;
	border:1px solid black;
	}
	
#content {
	background:transparent url('/images/content_bg.gif') repeat-x top;
	margin-left:158px;
	padding:20px;
	}

#preview {
	background:#F1DEBD;
	padding:0 3px 0 3px;
	
	border:1px solid black;
	
}

#footer {
	margin:auto;
	text-align:center;
	background:black;
	color:#F1DEBD;
	border-top:5px solid #CC9900;
	border-bottom:5px solid #CC9900;
	width:750px;
	}

#footer p {
	padding:5px;
	margin:5px;
	}
	
#footer2 {
	text-align:center;
	width:750px;
	margin:auto;
	color:#F1DEBD;
	}

#footer2 p {
	margin:5px;
	}
	
#header h1 {
	position: relative;
	margin: 0;
	font-size: 2px;
	height: 12px;
	z-index: 1; /* above the UL */
	}
	
#header h1 a {
	display: block;
	width: 204px;
	height: 125px;
	/* background: transparent url("/images/logo.png") no-repeat; */
	text-decoration: none;
	}
#header img {
	border:none;
	}



#menuu {
float:left;
width: 158px; /* set width of menuu */
background: #eee;
} 

#menuu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menuu a, #menuu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: transparent #000 #000 #bbb;
margin: 0;
padding: 2px 3px;
}

#menuu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menuu a {
color: #000;
background: #c89e6f;
text-decoration: none;
}

#menuu a:hover {
color: #a00;
background: #fff7e9;
}

#menuu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menuu ul ul ul, #menuu ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menuu ul ul ,
div#menuu ul li:hover ul
{display: none;}

div#menuu ul li:hover ul,
div#menuu ul ul li:hover ul
{display: block;}




div.spacer {
	clear: both;
	}
h2 {
	margin-top:0px;
	border-bottom:2px solid #775428;
	}
	
h3 {
	text-align:center;
	background:black;
	color:#CC9900;
	padding:2px;
	}

h4 {
	border-bottom:1px dashed black;
	text-align:left;
	font-size:120%;
	
	}
	
div.row {
	height:30px;
	padding-top: 10px;
	}

div.row span.label {
	float: left;
	width: 190px;
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

div.row span.formw {
	float: right;
	width: 300px;
	text-align: left;
	} 
	

