#frame {
    margin-left: 20px;
    width: 710px;
   } 
   #header {
      background-color: #666;
      border-bottom: 1px solid #333;
   }         
    #columnLeft {
     float:left;
     width: 15opx;
     background: white;  
     padding-botttom: 1em;
     text-align: justify;
   }
    #columnRight {
      width: 120px;
      float: right;
      
   }
    #columnMain {
      width: 380px;
     float: right;
  
   }
    #enclose {
     float: left;
     width: 560px;
    }
    #footer {
      clear: both;
      padding-bottom: 1em;      
      text-align: center;
   } 