
#Content{
	width:1000px;
	margin:2 2 2 2px;
	text-align:left;
	clear:both;
	float:none;
}

/*
#Content{
	float:left;
	width:912px;
	text-align:left;
	width:912px;
	margin:2 2 2 2px;
	background-color:Navy;
}*/

#ContentView{
	float:none;
	width:1000px;
	margin:2 2 2 2px;
	text-align:center;
	clear:both;
}

#ContentArticle{
	float:none;
	width:1000px;
	margin:2 2 2 0px;
	text-align:center;
	clear:both;
}


/*   
如果要把左右两边的层交换一下，按下面的方法设：

系统默认格式：
#ContentRight{
	float:right;
	width:690px;
	margin:1 3 0 0px;	
}
#ContentLeft{
	float:left; 
	width:200px; 	
	margin:1 0 0 3px; 
}

左右交换，设成如下：
#ContentRight{
	float:left;
	width:690px;
	margin:1 3 0 0px;	
}
#ContentLeft{
	float:right; 
	width:200px; 	
	margin:1 0 0 3px; 
}

         */
#ContentRight{
	float:right;
	width:690px;
	margin:1 3 0 0px;	
}
#ContentLeft{
	float:left; 
	width:200px; 	
	margin:1 0 0 3px; 
}
