body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	background: #EBB030;
	text-align: center;
}	
	
.wrapper {
	text-align: left;
	margin:0 auto;
	background: url('images/body_bg.png') repeat-y;
	width: 790px;
	padding: 0 5px;
}

.header {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.header h1 {
	border: 1px solid #EBB030;
}

.content{
	width: 100%;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 1px;
	border-width: 1px;
	margin: 10px;
	float: left;
}
	
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}
	
#menu li a:link, #menu li a:visited {
	color: #9E3C02;
	display: block;
	background: url(images/menu.gif);
	padding: 8px 0 0 30px;
}
	
#menu li a:hover {
	color: #fff;
	background: url(images/menu.gif) 0 -32px;
	padding: 8px 0 0 30px;
}
	
#menu li a:active {
	color: #fff;
	background: url(images/menu.gif) 0 -64px;
	padding: 8px 0 0 30px;
}

.news {
	color: #9E3C02;
	padding: 5px;
}

.right_column {
	float: right;
	width: 545px;
	padding: 10px;
	border-left: 1px solid #fff;
}

.footer {
	border-top: 1px solid #fff;
	color: #fff;
	clear: both;
	float: none;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	background: url('images/footer_bg.png') center bottom no-repeat;
}
.top {
	clear: both;
	float: none;
	width: 100%;
	height:8px;
	padding-bottom: 0px;
	background: url('images/top_bg.png') center bottom no-repeat;
}

img {
	float: left;
	padding: 10px;
}

h3 {
	margin-bottom: -5px;
	text-decoration: underline;
}

a {
	color: #fff;
}