body {
		background-color:#000000;
		font-family:TrebuchetMS,"Trebuchet MS",Verdana;
	}
	
	a, a:visited {
		text-decoration:none;
		color:#000000;
	}
	
	#container {
		width:988px;
		height:688px;
		border:6px solid #a8996e;
		margin:30px auto 0px auto;
		z-index:3000;
	}
	
	#secondframe {
		width:982px;
		height:682px;
		border:3px solid #ffffff;
		z-index:2000;
	}
	
	#thirdframe {
		width:976px;
		height:676px;
		border:3px solid #a8996e;
		background-color:#ffffff;
		padding:0px;
		z-index:8000;
	}
	
	
	#content {
		width:976px;
		height:450px;
		overflow:hidden;
		clear:both;
	}
	
	
	
	#menuitems {
		margin-top:-2px;
		margin-left:30px;
		font-size:12px;
		line-height:1.6em;
		border:0px;
	}
	
	#menuitems ul {
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	
	#menuitems li a.current {
		color:#cc3333;
	}
	
	#menuitems li a:hover {
		color:#7d7251;
	}
	
	
	
	#footer {
		width:976px;
		height:18px;
		background-color:#a8996e;
		overflow:hidden;
		text-align:center;
		font-size:10px;
		padding-top:6px;
		line-height:1.5em;
	}
