 
#wrapper1{
 width:1200px;  
/*
 background:gray; 
*/
 margin-left:0px;  
 padding:0px 0px 0px 0px; 
 }
#header1{
/*
 background:silver;
*/
 margin-bottom:10px;  
 }
#middle1{
 float:left;  
 width:1200px;
 height:800px;
 background:white;
 }
#left1{
 float:left;  
 width:200px;
 height:800px;
 background:white;
 }
#content1{
 float:right;   
 width:980px;
 height:800px;
 margin:0 0 0px 0px;
 background:white;
 }
#footer1{
 clear:both;   
 background:white;
 margin-bottom:50px; 
 }
