/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#layout{
    margin:0px auto;
	width:1002px;
	}
#banner {
	WIDTH: 1002px;
	HEIGHT: 110px; 
	background:url(images/index_r1_c1.jpg); 
	float:left;
}
#left {
    float:left;
	width:130px;
	height:370px;
	background:url(images/index_r2_c1.jpg);
	}
#middle{ 
   float:left;
   width:742px;
   height:370px;
   }
#right{
   float:left;
   width:130px;
   height:370px;
   background:url(images/index_r2_c3.jpg);
   }
#buttom{
   float:left;
   width:1002px; 
   height:80px;
   background:url(images/index_r3_c1.jpg);
   }
