@charset "UTF-8";
/* CSS Document */
* {margin: 0;
   padding: 0;
}

body {
	background-image: url(../img/body_tile.jpg);
	background-repeat: repeat-y;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width: 954px;
	font-size: 1.2em;
}

#header {
	background-image: url(../img/right_bg.jpg);
	float: right;
	width: 590px;
	padding-top: 90px;
	padding-right: 90px;
	background-repeat: no-repeat;
	text-align: center;
}
#header h1 {
	color: #808d33;
}
#header #description {
	color: #9BA46D;
	font-size: 11px;
	margin: 14px;
}
#header h2 a {
	color: #808d33;
}

#side {
	background-image: url(../img/left_bg.jpg);
	float: left;
	height: 434px;
	width: 274px;
	padding-top: 275px;
}
ul.menu {
	margin-left: 55px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
ul.menu li {}
ul.menu li a {
	display: block;
	padding: 3px;
	width: 160px;
}
ul.menu li a:link, ul.menu li a:visited
{
	color: #74752b;
	text-decoration: none;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 7px;
	font-weight: bolder;
}

ul.menu li a:hover
{
	color: #75492b;
	background-image: url(../img/bullet_hover.png);
	background-repeat: no-repeat;
}

#main-content {
	background: transparent url(../img/right_bg.jpg) 0px -181px no-repeat;
	float: right;
	width: 590px;
	padding-right: 90px;
	background-repeat: no-repeat;
}
.content p {
	margin: 8px;
}
h2.title ,
h3.title {
	color: #808d33;
	font-size: 18px;
	margin: 8px;
}
.title a{
	color: #808D33;
}

#footer {
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 524px;
	padding-left: 430px;
	padding-top: 28px;
	clear: both;
}
#footer p {}

