#Container{
	width: 1180px;
	margin:auto;	/*设置整个容器在浏览器中水平居中*/
	background: #fff;
	color: hsla(128,96%,31%,1);
	font-size: 16px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-transform: none;
}


#Header{
	height:auto;
	background:#fff;
}

#Content{
	overflow:auto;
	background:#FFF;
}
/* 左边栏 */
#Content-Left{
	width: 420px;
	height: auto;
	margin: 2px;
	margin-left: 2px;
	float: left;
	color: hsla(0,0%,0%,1.00);
	background-color: #FFFFFF;
}
/*主要内容*/
#Content-Main{
	width:750px;
	height:auto;
	margin:2px;
	margin-right:4px;
	float:right;
	background:#fff;
}

#Footer{
	height:90px;
	background:#fff;
}


.Clear{
	clear:both;
}

/*People样式*/
#People_Footer{
	margin:auto;
	width:1180px;
	height:90px;
	background:#7a7a7a;
}

/* Publications左边栏 */
#Publications-Content-Left{
	width:300px;
	height:auto;
	margin:2px;
	margin-left:10px;
	float:left;
	background:#fff;
}
#Publications-Content-Main{
	width:800px;
	height:auto;
	margin:2px;
	margin-right:4px;
	float:right;
	background:#fff;
}
