@charset "utf-8";
#container {
	width: 940px;
	min-width: 900px;
	background: url(../images/back_center.png) repeat-y center top;
	margin: 0 auto;
	position: relative;
}

#container #content {
	padding: 0 0 10px;
	width:901px;
	left: 21px;
	position: relative;
}
#container #content #logo {
	position: absolute;
	top:23px;
	left:12px;
	display:block;
	width:315px;
	height:58px;
	text-indent: -9999px;
}

#head {
	background: url(../images/heda_bk.jpg) no-repeat center top;
	padding-top: 23px;
}
.home #head {
	padding-top: 0;
}
#main {
	float: left;
	overflow:hidden;
	padding-left: 20px;
}

#box-0 {
	float: right;
	height: 440px;
	width: 310px;
}
#box-1 {
	margin-right:340px;
}
#box-1 p{
	padding-left: 20px;
}
#foot{
	margin-top: 0;
	width: 100%;
}

/*----------  home  -----------*/

.home #main {
	padding-left: 20px;
}

.home #box-1 {
	width: 430px;
	margin-right: 0;
	float: left;
}
.home #box-2 {
	margin-left: 470px;
}
