/* CSS Document */
body{
	margin:0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#index{
	width: 1002px;
	height: 680px;
	margin: auto;
	background-image: url(../images/index-bg.jpg);
	background-repeat: no-repeat;
}
.fla{
	width: 1002px;
	height: 373px;
	padding: 90px 0px 0px 0px;
}
.bottom{
	font-size: 11px;
	line-height: 20px;
	color: #88B115;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:1002px;

}
#index .bottom a {
	color: #88B115;
	text-decoration: none;
}

.left{
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	height: 175px;
	width: 680px;
	float: left;
}
.left li {
	float: right;
	padding: 20px 50px 0px 0px;
}

.right{
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 175px;
	width: 322px;
	float: right;
}
#footer{
	background-image: url(../images/index-footer.jpg);
	height: 40px;
	width: 1002px;
	clear: both;
	float: none;
	font-size: 11px;
	color: #88B115;
	background-repeat: no-repeat;
	text-align: center;
}
#index #footer a {
	text-decoration: none;
	color: #88B115;
}

