*{
	margin: 0;
	padding: 0;
	list-style: none;
}

body{
	background-color: #569665;
}
a {
	text-decoration: none;
}
a:hover{
	color: red;
}

#box{
	width: 1024px;
	margin: 0 auto;
}

#header{
	width: 1024px;
	height: 209px;
	background-color: #00C244;
}

#nav{
	width: 994px;
	height: 50px;
	background-color: #338049;
	padding-right: 30px;
}

#nav a{
	color: white;
	line-height: 50px;
	float: right;
	padding-left: 20px;
}
#nav a:hover{
	color: red;
}
#main{
	height: 700px;
	background-color: #d0e784;
}

#left,#right{
	float: left;
	width: 185px;
	height: 100%;
}
#left ul  {
    padding-left: 20px;
}
#left ul li {
    margin-top: 20px;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
}

#left h1 {
    padding-left: 20px;
}
#center {
    float: left;
    width: 650px;
    height: 700px;
    background-color: #f2f4c2;
    font-size: 16px;
    background: url(../css/../images/ch.jpg) #f2f4c2 no-repeat bottom right;
}
#center h1 {
    padding-left: 20px;
    color: #6ea94d;
    text-decoration: underline;
}
#center p {
    padding: 10px;
}
#right ul {
    margin-top: 10px;
}
#right ul li {
    margin: 0px 15px;
    text-align: center;
}

#right ul li img {
    width: 160px;
    border: 1px solid #fff;
}

#footer{
	width: 1024px;
	height: 80px;
	background-color: #338049;
	text-align: center;
	float: left;
	line-height: 80px;
	color: #fff;
	font-size: 18px;
}