
#Content{
	width:985px;
	margin:2 2 2 2px;
	text-align:left;
	clear:both;
	float:none;
}

/*
#Content{
	float:left;
	width:985px;
	text-align:left;
	width:985px;
	margin:2 2 2 2px;
	background-color:Navy;
}*/

#ContentView{
	float:none;
	width:985px;
	margin:2 2 2 2px;
	text-align:center;
	clear:both;
}

#ContentArticle{
	float:none;
	width:985px;
	margin:2 2 2 0px;
	text-align:center;
	clear:both;
}
#top-kouhao {
	WIDTH: 100%; LINE-HEIGHT: 40px; HEIGHT: 40px; TEXT-ALIGN: center;FONT-SIZE: 12px;
}

/*   
如果要把左右两边的层交换一下，按下面的方法设：

系统默认格式：
#ContentRight{
	float:right;
	width:798px;
	margin:1 3 0 0px;	
}
#ContentLeft{
	float:left; 
	width:180px; 	
	margin:1 0 0 3px; 
}

左右交换，设成如下：
#ContentRight{
	float:left;
	width:798px;
	margin:1 3 0 0px;	
}
#ContentLeft{
	float:right; 
	width:180px; 	
	margin:1 0 0 3px; 
}

         */
#ContentRight{
	float:right;
	width:796px;
	margin:1 3 0 0px;	
}
#ContentLeft{
	float:left; 
	width:180px; 	
	margin:1 0 0 3px; 
}

