@charset "utf-8";
/* CSS Document */

#box {
	height: auto;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banner {
	background-image: url(../images/bnbg.jpg);
	background-repeat: repeat-x;
	height: 70px;
	padding-top: 32px;
	padding-left: 45px;
}
#left {
	float: left;
	height: auto;
	width: 218px;
	margin-top: 12px;
	margin-left: 36px;
}
#center {
	float: left;
	width: 570px;
	margin-top: 12px;
	margin-left: 15px;
	height: auto;
	margin-bottom: 12px;
}
#left img {
	margin-bottom: 12px;
}
#bottom {
	height: 50px;
	width: 880px;
	float: left;
	text-align: center;
	font-size: 14px;
}
