* {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
body {
	height: 100%;
	width: 100%;
	text-align: center;
}

#container {
	height: 100%;
	width: 956px;
	margin:0 auto;
	text-align: center;
	position: relative;
	background-color: #FFFFFF;
}

#header {
	height: 215px;
	width: 956px;
}

#main{
	background-image: url(images/item1_web_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 956px;
	height: auto;
}

#left{
	width: 210px;
	padding: 36px;
	float:left;
}

#center{
	margin-top: 36px;
	padding: 20px;
	width: 630px;
	float:left;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}
#right{
	width: 1px;
	clear: both;
}
#footer{
	width: 956px;
	background-color: #C7EA93;
	text-align: center;
}

#article {
	width: 100%;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #003300;
}

#article .title {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

#article .time {
	font-size: 14px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: left;
	text-indent: 20px;
	width: 30%;
	padding-top: 10px;
}

#article .quarry {
	font-size: 14px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	float: left;
	text-indent: 20px;
	width: 70%;
	padding-top: 10px;
	text-align: right;
	position: relative;
	top: 1px;
}

#article .file_down {
	clear: both;
}
#article .file_down ul {
	list-style-type: none;
}
#article .file_down li {
	font-size: 16px;
	color: #333333;
	margin: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-color: #E8FCD3;
}
#article .file_pic {

}
#article .file_pic ul {
	list-style-type: none;
}
#article .file_pic li {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;	
}
#article .file_pic img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 500px;
}
#article .content {
	color: #333333;
	width: auto;
	font-size: 14px;
	padding:30px;
	line-height: 180%;
}
.manager_button {
	color: #FF0000;
}
