body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #fff;
	background:#5B7601;
}
a:link, a:visited { color:#333333; text-decoration:underline; font-weight:bold} 

a:active, a:hover { color:#FFFFFF; text-decoration: none }

h1 {
	font-size: 18px;
	font-weight: bold;
	color:#59AF0C;
}
h2 {
	padding-left: 10px;
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color:#CCCCCC;
	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;
}
h4 {font-size: 18px;
	font-weight: bold;
	color:#59AF0C;
	}

#container {
	width: 800px;
	margin: auto;
}
img{ border:0;}

#top {
	height: 103px;
	background: url(images/top.jpg) no-repeat;
}
#title {
	float: left;
	width: 250px;
	margin: 30px 0px 0px 30px;
	font-size: 24px;
	font-weight: bold;
	color: #920606;
	line-height: 1.6em;
}
#title span {
	color: #7a7a7a;
}
#header {
	height: 242px;
	background: url(images/header.jpg) no-repeat;
}
#header_slogan {
	padding: 45px 0px 0px 55px;
	width: 280px;
	text-align: justify;
	color: #fff;
}
#content {
	clear: both;
	float: left;
	margin: auto;
	background: url(images/content_bg.jpg) repeat-y;
}
#content_left {
	float: left;
	width: 225px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
}
#content_left p {
	padding: 0px 20px 0px 30px;
}
#content_right {
	float: right;
	padding: 0px 10px 0 5px;
	width: 520px;
	color: #000;

}

#content_right a{color:#BF0000; text-decoration:underline}

#content_right a:hover{color:#000000; text-decoration:none}

#content_right li {
	list-style: url(images/bullet.jpg);
}
#content_right strong {
	color: #418e00;

}
#footer {
	float: left;
	height: 77px;
	width: 800px;
	background: url(images/footer.jpg) no-repeat;
	color:#333333;
}

#footer p{color:#93B700}

#footer a{color:#93B700}

#footer a:hover{color:#CCCCCC}

#footer_left {
	float: left;
	width: 450px;
	margin-top: 40px;
	margin-left: 40px;
	font-weight: bold;
}

#footer_right {
	float: right;
	width: 250px;
	margin-top: 45px;
}