@CHARSET "UTF-8";
#divIndexLeft {
	width: 650px;
	height: 500px;
	float: left;
	overflow: auto;
}
#divIndexLeftTop {
	height: 389px;
}
#divIndexLeftMiddle {
	height: 10px;
	border-top: 1px solid #272727;
	background:#f5f5f5;	
}
#divIndexLeftBottom {
	height: 95px;	
	width: 100%;
	background:url(/image/index_10.jpg) repeat-x;
}
#divIndexRight {
	border-left: 2px solid #9a9a9a;
	width: 344px;
	height: 500px;
	overflow: hidden;
}
#recentNodesTitle {
	height: 51px;
	width: 100%;
	background:url(/image/index_04.jpg) repeat-x;
	
}
#recentNodesTitleImage {
	width: 60px;
	float: left;
	margin-left: 10px;
}
#recentNodesTitleFont {
	font-size: 18px;
	color: white;
	padding-top: 16px;
}
#recentNodesList {
	margin-left: 10px;
}
#recentNodesList .item {
	font-size: 14px;
	line-height: 28px;
}
