@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body{
	background: #474848 url(../img/background.gif);
	background-repeat: repeat-x;
}
#wrapper {
	width: 700px;
	margin: 0 auto;
}

#header {
	background: url(../img/head.gif) no-repeat;
	height: 74px;
	width: 650px;
	margin: 0 auto;
	text-align: center;
	/*line-height: 76px;*/
	color: #fff;
	/*font-size: 40px;*/
	font-family: verdana, sans-serif;
}
#header h1 {
	font-size: 16px;
}
#header #description {
	font-size: 14px;
}
#header h2 {
	font-size: 14px;
}

#side {
	background-image: url(../img/blueside.gif);
	width: 287px;
	background-repeat: no-repeat;
	border-right: 1px solid #000002;
	float: left;
	padding-top: 20px;
}
ul.menu {
	list-style: none;
	border-top: 1px solid black;
}
ul.menu li {}
ul.menu li a {
	border-bottom: 1px solid black;
	background: url(../img/button.gif) no-repeat;
	height:34px;
	width:267px;
	display: block;
	color: #839735;
	padding-left: 20px;
	font-weight: bold;
	line-height: 34px;
	text-decoration: none;
	font-family: verdana, sans-serif;
	overflow: hidden;
}
ul.menu li a:hover {
	background: url(../img/button_hoverg.gif);
	color: #688691;
	width:247px;
	padding-left: 40px;
}
ul.links {
	background: url(../img/blueside.gif) left bottom;
	margin: 20px 0;
	list-style: none;
}
ul.links li {
	background: url(../img/button.gif) left top repeat-y;
	line-height: 17px;
	font-size: 14px;
}
ul.links li a {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: url(../img/button.gif) no-repeat;
	height:34px;
	width:267px;
	display: block;
	color: #839735;
	padding-left: 20px;
	font-weight: bold;
	line-height: 34px;
	text-decoration: none;
	font-family: verdana, sans-serif;
	overflow: hidden;
}
ul.links li a:hover {
	background: url(../img/button_hoverg.gif);
	color: #688691;
	width:247px;
	padding-left: 40px;
}

#main-content {
	clear: right;
	float:right;
	width: 387px;
	background-color: #e5eae4;
	margin-right: 25px;
	margin-bottom: 10px;
}
.content {
	padding-right: 5px;
	padding-left: 5px;
	color: #688691;
	font-size: 14px;
	font-family: verdana, sans-serif;
	font-weight: bold;
}
.content p{
	margin: 8px 0;
}
h2.title ,
h3.title {
	padding: 0;
	margin: 0 0 15px 0;
	padding-top: 5px;
	padding-left: 5px;
	color: #839735;
	font-size: 25px;
	font-family: verdana, sans-serif;
	font-weight: bold;
}

.title a{
	color: #839735;
}

#footer {
	clear: both;
	border-top: 1px solid #839735;
	text-align: center;
	font-size: 11px;
	font-family: verdana, sans-serif;
	height: 15px;
	color: #688691;
}
#footer p {}

