#content .contentleft {
	height: auto;
	width: 300px;
	float: left;
	margin-top: 30px;
}
#content .contentcenter {
	height: auto;
	width: 300px;
	margin-right: 30px;
	margin-left: 30px;
	float: left;
	margin-top: 30px;
}
#content .contentright {
	float: left;
	height: auto;
	width: 300px;
	margin-top: 30px;
}
.content.big {
	background-color: #ebebeb;

}
.content.big #content h1 {
	font-size: 18px;
	line-height: 22px;
	color: #666666;
	font-weight: normal;
}
.content.big #content .pic {
	height: 170px;
	width: 294px;
	border: 3px solid #FFF;
	overflow: hidden;
	position: relative;
	z-index: 3;
	margin: 0px;
	padding: 0px;
	background-color: #999;
}
.content.big #content .bic  {
	background-image: url(../images/project/item-bottom-shadow294.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 294px;
	position: relative;
	bottom: 8px;
}
.content.big #content .pic a img {
	margin: 0px;
	padding: 0px;
}
.content.big #content a {
	color: #666666;
	text-decoration: none;
}
.content.big #content p {
	text-align: justify;
}
