body {
margin:0;
padding:0;
font: normal 12px Verdana, "Trebuchet MS", Arial, sans-serif;
text-align:left;
background:#BCA064;
color: #999898;
}
html {
font-size: 100%;
}
#wrap {
width: 700px;
margin: 0 auto;
text-align: left;
border: 10px solid #fff;
background: #FDF6E8;
}
			/* HEADER */ 
#header {
height: 150px;
border: 1px solid #fff;
border-width: 0 0 1px 0;
background: #E89E01 url(layout/top.jpg) no-repeat;
color: #333;
}
#header h2 { 
margin : 0;
padding : 50px 150px;
letter-spacing : 3px;
font-size : 2em;
background : transparent;
color : #000;
} 
			/*TOP NAVIGATION */ 
#menu {
height: 100px;
margin : 0;
padding-left : 15px;
list-style-type : none;
list-style-image : none;

background: #fff url(layout/top_bg.jpg) no-repeat;
}
#menu li {
float : left;
width :50px;
}
#menu a {
display : block;
height : 70px;
width : 20px;
padding : 10px 5px 0 0;
font-weight : bold;
line-height : 30px;
letter-spacing: 1px;
text-align : center;
color : #ffffff;

}
#menu a:hover {
color : #000;

}
			/* CONTENT CONTAINER  */ 
#content {
position: relative;
width: 700px;
padding: 0;
background: #FFFFFF;
color: #333;
}
			/* LEFT CONTENT */ 
#l-col {
float: left;
margin-top: 0;
width: 145px;
text-align: left;
background: transparent;
color: #333;
}
			/* MAIN CONTENT */ 
#cont { 
width: 525px;
margin-top: 0;
padding: 5px;
border: 1px solid #eee;
border-width: 1px 1px 0 1px;	
text-align: left;
background: #FFFFFF;
color: #999;
}
			/* FOOTER */ 
#footer {
margin-top: 10px;
padding: 5px;
text-align: center;
border: 1px solid #fff;
background: #A98B49;
color: #fff;
font-size: 10px;
}
#footer a {
color: #F4D500;
}
#footer a:hover {
color: #fff;
}
			/* LINKS*/ 
a:link, a:visited {
color: #E89E01;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #032D57;
}
			/*LEFT MENU */ 
.sidenav { 
margin : 0px;
padding : 0;
list-style-type : none;
background : inherit;
color : #fff;

font-size: 10px;
} 
.sidenav a { 
letter-spacing : 1px;
border-bottom : 1px solid #aaa;
margin-bottom : 5px;
padding-left : 20px;
display : block;
text-decoration : none;
background : url(layout/arrow.gif) no-repeat left center;
color : #E89E01;
} 
.sidenav a#current, .sidenav a:hover { 
text-decoration : none;
background : url(layout/arrow.gif) no-repeat left center;
color : #000;
} 
ul { 
list-style : none;
margin : 0;
padding : 0;
} 

#cont li	{
	list-style: square;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 3px;
	}
			/* TYPOGRAPHY */ 
.clear {
clear: left;
overflow: hidden;
width: 0;
height: 0;
}
blockquote p {
padding: 5px;
font-size: 1.2em;    
background: inherit;
}
blockquote {
padding: 5px;
font-size: 1.5em;    
background: inherit;
} 

h3 {
padding: 5px 0;
letter-spacing: 3px;
font-size: 20px;
background: inherit;
color: #BFBFBF;
}
				/* SEARCH BOX*/
input {
background : #D85B00;
color : #fff;
}
.photo {
margin-left: 2px;
margin-bottom: 2px;
padding: 4px;
background: #E3E3E2;
}
#front	{
	margin: auto;
	width: 850px;  
	height: 500px;
	background: #BCA064 url(/layout/front_promo.jpg) no-repeat;
	font: normal 9pt verdana, arial;
	}
#menu_front {
	margin-top: 240px;
	padding-right: 160px;
	float: right;
	position: relative;
	width: 330px;
	text-align: right;
	font: bold 10pt  verdana, arial;
}
.menuitem, .menuitemactive {
	color: #FFFFFF;
	padding: 6px;
	text-decoration: none;
	border-right: 5px solid #FFFFFF;
	font: bold 10pt  verdana, arial;
	
}
.menuitem:hover {
	color: #BCA064;
	padding: 6px;
	text-decoration: none;
	border-right: 5px solid #BCA064;
	font: bold 10pt  verdana, arial;
	
}