
	body {
	background: #af843d url(images/top_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font: 62.5% Verdana, Tahoma, Arial, sans-serif;
	color: #333;
	}
	
	a {
	color: #c60;
	text-decoration: none;
	}
	
	a:hover {
	color: #000;
	text-decoration: underline;
	}
	
	#bodybox {
	width: 850px;
	margin: 0 auto;
	background: url(images/top.jpg) no-repeat;
	}
	
	h1 {
	height: 120px;
	margin: 0;
	padding-top: 20px;
	}
	
	h1 a {
	display: block;
	height: 120px;
	width: 200px;
	}
	
	#nav {
	clear: both;
	}
	
	#nav ul {
	margin-left: 0;
	padding-left: 0;
	}
	
	#nav ul li {
	list-style-type: none;
	float: left;
	display: block;
	background: url(images/nav_bg.jpg) no-repeat left bottom;
	margin-right: 1em;
	}
	
	#nav ul li a {
	padding: 10px;
	display: block;
	font-size: 1.2em;
	color: #ffc;
	text-decoration: none;
	background: url(images/nav_bg_right.jpg) no-repeat right bottom;
	}
	
	#nav ul li:hover, #nav ul .current_page_item, #nav ul .current_page_parent {
	background: url(images/nav_hover_bg.jpg) no-repeat left bottom;	
	}

	#nav ul li a:hover, #nav ul .current_page_item a, #nav ul .current_page_parent a {
	background: url(images/nav_hover_bg_right.jpg) no-repeat right bottom;	
	color: #336633;
	}
	
	#main {
	clear: both;
	background: url(images/main_bg.jpg) repeat-y;
	}
	
	#main2 {
	background: url(images/main_bg_top.jpg) no-repeat;
	}
	
	#left {
	float: left;
	width: 200px;
	color: #333;
	}
	
	#subnav {
	background: #af843d url(images/left_bg.jpg) no-repeat left bottom;
	padding: 10px 0 30px 0;
	margin: -.5em 0 -25px 0;
	}
	
	#subnav ul {
	margin: 0;
	padding-left: 0;
	}
	
	#subnav ul li {
	list-style-type: none;
	margin-bottom: 1px;
	}
	
	#subnav ul li a {
	display: block;
	background: url(images/subnav_bg.jpg) no-repeat;
	font-size: 1.1em;
	font-weight: bold;
	color: #363;
	text-decoration: none;
	padding: 6px 10px;
	}
	
	#subnav ul li a:hover, #subnav ul .current_page_item a {
	background: url(images/subnav_hover_bg.jpg) no-repeat;
	color: #030;
	}
	
	#right {
	float: right;
	width: 200px;
	color: #333;
	}
	
	#news {
	margin-right: 1em;
	margin-left: 2em;
	padding-left: 14px;
	}
	
	#news li {
	list-style-image: url('images/li.png');
	list-style-type: square;
	font-size: 1.1em;
	}
	
	#left h2, #right h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: normal;
	color: #666;
	margin: 2em 2px 0 2px;
	height: 20px;
	padding: 0 14px;
	background: url(images/silver_hr.jpg) no-repeat bottom;
	}
	
	#left p, #right p {
	padding: 0 16px;
	font-size: 1.1em;
	}
	
	#content {
	width: 400px;
	margin: 0 auto;
	padding: 15px 0 1px 0;
	color: #333;
	}
	
	#content p, #content ul, #content ol {
	font-size: 1.2em;
	color: #333;
	}
	
	#content ul ul, #content ol ol {
	font-size: 1em;
	}
	
	#content h2 {
	font-size: 1.8em;
	margin: 0;
	color: #c60;
	}
	
	#content h5 {
	font-size: 1.2em;
	color: #333;
	}
	
	#content img {
	border: 2px solid #fff;
	}
	
	hr.browndiv {
	clear: both;
	margin: 1em;
	border: 1px solid #af843d;
	color: #af843d;
	}
	
	hr.greydiv {
	clear: both;
	margin: 0;
	width: 1px;
	border: 1px solid #ede5d9;
	color: #ede5d9;
	}
	
	address {
	padding-top: 30px;
	margin-bottom: 3em;
	background: url(images/main_bg_bottom.jpg) no-repeat;
	font-style: normal;
	text-align: center;
	color: #fff;
	}
	
	address a {
	color: #f90;
	text-decoration: none;
	}
	
	address a:hover {
	color: #ffc;
	}
	
	
	
