body {
	background-color: #000000;
	margin-left: 20px;
	margin-top: 160px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/layout1bg_01.jpg);
	background-repeat: repeat-x;
}
 a { color: #000000; }  a:hover { text-decoration: none; } 
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.mainbox {

top: 160px;
left: 20px;
	width: 710px;
	height: 500px;
	
	padding: 10px 10px 10px 10px;
		}
	.mainbox img { margin: 5px;}
	.leftnav a { text-decoration: none;  color: #000;}
	.leftnav a:hover {text-decoration: underline; color: #000;}
	.leftnav {
	float: left;
	top: 160px;
	background-color: #D6B246;
	width: 160px;
	border: 2px solid #000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: bold;
	padding: 3px;
	}
	.rightbox {
	float: right;
	left: 197px;
	top: 11px;
	background-color: #D6B246;
	width: 516px;
	border: 2px solid #000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
	.footer { 	clear: both;  }
	.footer a, .footer a:hover, .footer a:visited  { color: #ffc; } 
	}
	#maintitle { font-size:120%; text-align: center;}
	#maintext { font-size: 90%;}
	
