.all {
	background-image: url(/image/img_1px.png);
	width:100%;
	height: auto;
}
#content {
	width:960px;
	height: auto;
	margin: 0 auto;
}
.leftDiv {
	width:640px;
	height: auto;
	float:left;
	font-size: 16px;
	background-color: white;
	padding:10px;
}

.rightDiv{
	width:300px;
	height: auto;
	float:right;
	background-color: white;
}
.rightTitle{
	height: 40px;
	background: black;
	color: white;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
}
.rightContent{
	padding: 10px;
}
.rightContent a{
	margin: 6px;
}
.rightContent a:hover{
	text-decoration: none;
	color: black;
}
.valueSpan{
	margin-left: 20px;
}
.authorPre{
	font-size: 16px;
	font-family: Î¢ÈíÑÅºÚ;
	background-color: white;
	border: none;
	line-height: 26px;
}