@charset "UTF-8";
/* CSS Document */
* {margin: 0; padding: 0; border: none; text-decoration: none;}
html {
	background: url(../img/bg1.gif) #ddddae center;
	text-align: center;
	font: small "Georgia", "Palatino Linotype", "Times New Roman", serif;
	color: #444;
}
body {
	background: url(../img/bg2.jpg) center top repeat-x;
}
p, ul, ol {
	padding: 5px 0;
	line-height: 150%;
}
ol {list-style-type: upper-roman;}
ul {list-style-type: circle;}
li {margin-left: 1.5em;}
a:link {border-bottom: 1px dashed; font-weight: bold;}
a:visited {border: none; font-weight: normal;}
code {color: #f5f5f5; font-size: 100%;}
blockquote, .box {
	border-left: 5px solid #0b1207;
	background: url(../img/quote.gif) #2a451a top left no-repeat !important;
	background-position: .1cm 0;
	margin: 10px 0;
	padding: 0 10px 0 20px;
	font-style: italic;
	color: #b6cf9b;
}

#wrapper {
	width: 757px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/header.jpg) left top no-repeat;
	padding-right: 13px !important;
	padding-right: 12px;
}

#header {
	height: 123px;
	position: relative;
}
#header h1 {
	color: #a9c57f;
	font: italic normal 1.8em "Times New Roman", "Georgia", sans-serif;
	padding: 10px 0 0 270px;
}
#header #description {
	position: absolute;
	top: 350px;
	width: 220px;
	left: 40px;
}
#header h2 {
	position: absolute;
	top: 320px;
	width: 220px;
	left: 40px;
	font-size: 14px;
}

#side {
	width: 230px;
	background: url(../img/bg3.gif) left top repeat-y;
	float: left;
	margin: 384px 0 0 30px;
}
ul.menu {
	padding: 10px;
}
ul.menu li {
	display: inline;
	margin:0;
	list-style: none;
}
ul.menu li a {
	display: block;
	margin: 3px 0;
	background: #b3c46c;
	border-bottom: 1px solid #99ab3c;
	padding: .2em .3em;
	color: #365921;
	position: relative;
	font-weight: normal;
}
ul.menu li a:hover {
	color: #000;
	background: url(../img/sidemenu_hover.gif) #b3c46c right center no-repeat;
}

#main-content {
	width: 445px;
	float: right;
	background: url(../img/bg_content-top.jpg) #365921 left top no-repeat;
	color: #ffedaf;
	position: relative;
}
.content {
	padding: 20px;
}
h2.title {
	background: url(../img/bg_title.gif) right top no-repeat;
	color: #f4d547;
	margin: 0 -20px;
	font: italic normal 1.6em "Times New Roman", "Georgia", sans-serif;
	padding: 22px 10px 20px 90px;
}
h3.title {
	background: url(../img/bg_title.gif) right top no-repeat;
	color: #f4d547;
	margin: 0 -20px;
	font: italic normal 1.6em "Times New Roman", "Georgia", sans-serif;
	padding: 22px 10px 20px 90px;
}
.title a{
	color: #f4d547;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 85%;
	color: #7ca758;
}
#footer p {}

