@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
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('../img/body_bg.png') repeat-y;
	width: 590px;
	padding: 0 5px;
}

#header {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #fff;
}
#header h1 {
	border: 1px solid #EBB030;
}
#header #description {}
#header h2 {}

#side {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 1px;
	border-width: 1px;
	margin: 10px;
	float: left;
	font-weight:normal;
}
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu li {
}
ul.menu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	line-height: 24px;
	text-decoration: none;
	overflow: hidden;
	padding: 4px 0 4px 30px;
}
ul.menu li a:link, ul.menu li a:visited {
	color: #9E3C02;
	display: block;
	background: url(../img/menu.gif);
}
ul.menu li a:hover {
	color: #fff;
	background: url(../img/menu.gif) 0 -32px;
}
ul.menu li a:active {
	color: #fff;
	background: url(../img/menu.gif) 0 -64px;
}
ul.links {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.links li {
	color: #9E3C02;
	margin: 20px 5px;
}
ul.links li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: auto;
	text-decoration: none;
	
}
ul.links li a:link, ul.links li a:visited {
	color: #333;
	display: block;
}
ul.links li a:hover {
	color: #FFF;
}
ul.links li a:active {
	color: #fff;
}
#main-content {
	float: right;
	width: 330px;
	padding: 10px;
	border-left: 1px solid #fff;
}

#main-content p{
	font-weight:normal;
	padding: 8px 0;
}
.content {
	margin-bottom: 1em;
}
.title {
	font-size: 16px;
	margin-bottom: 15px;
}

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

