/* CSS Document */
#index_body {

width:1000px;
height:535px;

}
#index_body_left{
	float:left;
	width:276px;
	margin-left:6px;
	margin-right:10px;
	}	
	
#index_body_center{
	float:left;
	width:360px;
	margin-left:2px;
	}		
	
	
#index_body_right{
	float:left;
	width:322px;
	position:relative;
	margin-top:8px;
	}	

