body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #fff;
	background: url(../images/page_bg.jpg) fixed;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
} 
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #810101;
}

h2 {
	padding-left: 15px;
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #a00801;
	height: 27px;
	background: url(../images/h2.jpg) no-repeat;
}

h3 {
	margin-left: 30px;
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height: 19px;
	background: url(../images/h3.jpg) no-repeat;
}

#container {
	width: 800px;
	margin: auto;
}

#top {
	height: 100px;
	background: url(../images/top.jpg) no-repeat;
}
#title {
	float: left;
	width: 170px;
	margin: 60px 0px 0px 130px;
	font-size: 24px;
	font-weight: bold;
	color: #105918;
	line-height: 1.6em;
}
#title span {
	color: #7a7a7a;
}
.menu{
	float: right;
	margin-top: 60px;
}

.menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu li{
	display: inline;
}

.menu li a{
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	width: 95px;
}

.menu li a:hover{
	color: #3e3e3e;
}

.menu li .current {
	color: #000000;
}

#header {
	height: 242px;
	background: url(../images/header.jpg) no-repeat;
}

#content {
	clear: both;
	float: left;
	margin: auto;
	background: url(../images/bg.jpg) repeat-y;
}
#content_left {
	float: left;
	width: 285px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	min-height: 350px;
}
#content_left p {
	padding: 0px 20px 0px 30px;
}
#content_right {
	float: right;
	width: 465px;
	color: #000;
	text-align: justify;
	margin-left: 10px;
}

#content_right img {
	float: left;
	margin-left: 115px;
}
#content_right li a:hover{
	color: #3e3e3e;
}
#content_right2 {
	float: right;
	padding: 0px;
	width: 465px;
	color: #000;
	text-align: justify;
	margin-left: 10px;
}
#content_right2 img {
	float: left;
	margin-top:5px;
	margin-left: 65px;
	margin-bottom: 5px;
}
#footer {
	float: left;
	height: 80px;
	width: 800px;
	background: url(../images/footer.jpg) no-repeat;
}
#footer_left {
	float: left;
	width: 450px;
	margin-top: 15px;
	margin-left: 40px;
}

#footer_right {
	float: right;
	width: 250px;
	margin-top: 15px;
}
