html{
	overflow:auto;
	overflow-x: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-arrow-color: #000;
	scrollbar-face-color:#CBDDF3;
	scrollbar-highlight-color: #CBDDF3;
	scrollbar-3dlight-color:#CBDDF3;
	scrollbar-shadow-color: #CBDDF3;
	scrollbar-darkshadow-color: #CBDDF3;
	scrollbar-track-color: #A7C3DF;}

body {    
	margin:0 auto;
	background: url(../images/bg.jpg) center top;}
	
#container{
	margin:0 auto;
	width:1000px;}
	
#header{
	width:100%;
	margin-top:15px;
	height:150px;}
	
#nav{
	width:100%;
	height:30px;
	background:#b58200;}
	
	#nav ul.menu {
		padding:0px;
		margin:0px;
		list-style:none;
		width:100%;
		text-align:center;}
	
	#nav li.menuitem {
		list-style:none;
		padding-bottom:1px;
		float: left;}
	
	#nav a.menulink{
		display:block;
		font-size:11px;
		padding-left:8px;
		padding-right:8px;
		color: #FFF;
		line-height:30px;
		text-decoration:none;}
	
	#nav a.menulink:hover{
		color: #6C2400;}
			
	#nav a.menulink:active{
		color: #CCC;}
	
#content{
	width:100%;
	background:#6C2400;
	min-height:315px;
	overflow:hidden;
	min-height:356px;}
	
	#subnav{
		float:left;
		width:150px;
		background:url(../images/00logo.gif) center top no-repeat;
		margin-top:20px;
		padding-top:80px;}
		
	#contentholder{
		float:left;
		color:#E0D1A6;
		width:810px;
		font-size:12px;
		line-height:20px;
		padding:20px;
		text-align:justify;
		overflow:hidden;}

	#contentholder a{
		color:#E0D1A6;
		font-weight:bold;}
			
	#contentholder td{
		padding:10px;
		font-size:11px;}
		
	#subnav ul.menu {
		padding:0px;
		margin:0px;
		list-style:none;
		width:150px;
		text-align:left;}
	
	#subnav li.menuitem {
		list-style:none;
		padding-bottom:1px;}
	
	#subnav a.menulink{
		display:block;
		font-size:10px;
		padding-left:20px;
		color: #E0D1A6;
		line-height:20px;
		text-decoration:none;}
	
	#subnav a:hover{
		color: #ffffff;}
			
#footer{
	float:left;
	width:100%;
	height:20px;
	line-height:20px;
	text-align: center;
	color: #FFF;
	font-size:10px;}

	#footer a{
		text-decoration:none;
		font-weight:bold;
		color:#F90;}
		
h1{
	text-align:left;
	font-size:20px;
	color: #E0D1A6;}
	
h2{
	text-align:left;
	font-size:15px;
	color: #ffffff;}
h3{
	text-align:center;
	font-size:14px;
	color: #ffffff;}
