/* Generic */ 
  #left { width:712px; }
    
    #h1 {
      margin:12px 0 0 0;
      width:100%;
      float:left;
    }

    #intro_left {
      width:482px;
      margin:13px 0 0 14px;
      font-size:9pt;
    }
      
    #intro_right {
      width:201px;
      float:right;
      margin-top:9px;
    }
    
      .intro_right_p { margin:0 0 8px 0; }
    
    #content,#content2,#content3 { 
      width:48%; 
      font-size:9pt;
      margin:13px 0 0 14px;      
    }
    
    #content2 {
      float:right;
      margin:13px 0 0 0;      
    }
    
    #content { width:56%; }
    
    #content3 {
      width:280px;
      float:right;
    }
    
      .line25 { line-height:25px; }
    
    table,table td { border:1px solid #c0c0c0; border-collapse:collapse; }
    
    .marg_left_10 { margin-left:10px; }
  /**
   * Right settings
   **/     
  #rightbar {
    float:right;
    height:556px;
    width:231px;
    background:url('../images/garage/corner.jpg') no-repeat bottom right #637ee4;
  }
    
    /* IE6 hack */
    * html #rightbar { width:221px; }

    /* Hover images */
    
    #readFull {
      background:url('../images/garage/read_status2.jpg') no-repeat;
      float:left;
      width:160px;
      height:17px;      
      margin-top:3px;
    }
    
      #readFull:hover { background-position:0 -17px; }
    
    #registerToday {
      background:url('../images/garage/register_today2.jpg') no-repeat;
      float:left;
      width:72px;
      height:36px;
    }
        
      #registerToday:hover { background-position:0 -36px; } 