@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #2b844a;
}
#box{
	/* background-color: #C00000; */
	margin: 0 auto;
}
#box,#header,#nav,#main,#footer{
	width:1024px;
}
#header{
	height: 209px;
	/* background-color: #ff6255; */
	background-image: url(../image/bg.jpg);
}
#nav{
	height: 50px;
	background-color: #267445;
}
#nav ul {
	list-style-type: none;
	float: right;
	height: 50px;
	line-height: 50px;
}
#nav ul li{
	float: left;
	margin-right: 20px;
}
#nav ul li a{
	color: #fff;
	text-decoration: none;
}
#nav ul li a:hover{
	color: #FF9999;
}

#main{
	height: 500px;
	background-color: #aaaaff;
}

#left{
	width: 250px;
	height: 480px;
	float: left;
	background-color: #f0e064;
}
#right{
	float: right;
	height: 480px;
	width: 774px;
	background-color: darkgoldenrod;
}


#footer{
	clear:both;
	height: 80px;
	background-color: #267445;
}
#footer p{
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
}