@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6af85f;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}
#bg_top {
	background-attachment: scroll;
	background-image: url(../images/bg_top.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper_bg {
	background-attachment: scroll;
	background-image: url(../images/wrap_bg.png);
	background-repeat: repeat-y;
	background-position: left 0px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}


#sp1 {
	background-image: url(../images/top_bg.gif);
	height: 28px;
}

#index_flash {
	width: 900px;
	height: 400px;
}

.img_right {
	float: right;
	margin-left: 20px;
	border: 1px solid #339900;
	padding: 3px;
}


#wrapper {
	width: 900px;
	height: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
	margin-right: 10px;
}
#header {
	width: 900px;
	background-repeat: no-repeat;
	background-position: 0px top;
	background-attachment: scroll;
	background-image: url(../images/header.gif);
}
#logo {
	background-attachment: scroll;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 123px;
	width: 388px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#logo a {
	height: 123px;
	width: 388px;
	display: block;
	text-indent: -21000px;
}




#menu {
	float: right;
	height: 32px;
	width: 150px;
	margin-top: 70px;
	padding-left: 15px;
	background-image: url(../images/menu.gif);
}

#menu ul {
}
#menu li {
	list-style-type: none;
	float: left;
}
#menu a {
	text-decoration: none;
	font-size: 11px;
	display: block;
	height: 15px;
	text-transform: uppercase;
	color: #33833A;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
}
#menu a:hover {
	color: #1A3401;
	text-decoration: underline;
}
#menu2 {
	width: 900px;
	background-attachment: scroll;
	background-image: url(../images/nav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 46px;
}
#menu2 ul {
}
#menu2 li {
	list-style-type: none;
	float: left;
}
#menu2 a {
	text-decoration: none;
	font-size: 11px;
	display: block;
	color: #33833A;
	text-align: center;
	padding-top: 18px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	height: 28px;
	text-transform: uppercase;
}
#menu2 a:hover {
	color: #000;
}
#title_pic  {
	width: 900px;
	height: 332px;
}

#content {
	height: auto;
	background-attachment: scroll;
	background-image: url(../images/con_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #001300;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#content h1 {
	font-size: 26px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 15px;
	font-weight: normal;
	color: #55bb35;
}
#content h2 {
	padding-bottom: 5px;
	color: #55BB35;
	font-size: 16px;
}
#content h3 {
	font-size: 12px;
	color: #55BB35;
}
#content p {
	padding-bottom: 15px;
	line-height: 20px;
	font-size: 12px;
}
#content ul {
	margin-left: 30px;
	margin-bottom: 20px;
}
#content li {
	font-size: 12px;
	text-decoration: none;
	list-style-image: url(../images/leaf.gif);
	line-height: 20px;
}
#footer {
	text-align: center;
	font-size: 11px;
	height: 18px;
	padding-top: 10px;
	background-image: url(../images/foot.gif);
	clear: both;
	padding-bottom: 5px;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: 0px bottom;
	background-attachment: scroll;
}
#foot_shadow {
	background-image: url(../images/foot_shadow.png);
	background-position: center;
	width: 920px;
	height: 11px;
	margin-right: auto;
	margin-left: auto;
}
