/* Index page only */
  #left { width:712px; height:557px; }
    
    object { float:left; }
    
    #snippets_div {
      width:712px;
      margin-top:8px;
    }
    
    #snip_p2 { margin-top:37px; margin-bottom:0px;  }
    * html #snip_p2 { margin-top:8px; }
    
    .snippets {
      height:151px;
      width:232px;
      float:left;
    }
    
    .snip_marg { margin-right:8px; }
    
    .snippets img { padding-top:151px; }
    
    * html .snippets { position:relative; height:180px; }
    * html .snippets img { padding:0px; position:relative; top:151px; }
    
    #daybreak { background:url('../images/home_snippets/daybreaks.jpg') no-repeat; }
    #commuters { background:url('../images/home_snippets/commuters.jpg') no-repeat; }
    #holidays { background:url('../images/home_snippets/holidays.jpg') no-repeat; }
    #coachhire { background:url('../images/home_snippets/coachhire.jpg') no-repeat; }
    #busservices { background:url('../images/home_snippets/busservices.jpg') no-repeat; }
    #garage { background:url('../images/home_snippets/garage.jpg') no-repeat; }
    
    #daybreak:hover,#commuters:hover,#holidays:hover,#coachhire:hover,
    #busservices:hover,#garage:hover
    { background-position:0 -151px; }
    
  #rightbar {
    float:right;
    height:556px;
    width:231px;
    background:url('../images/generic_and_red/corner.jpg') no-repeat bottom right #ac0000;
  }
    
    /* IE6 hack */
    * html #rightbar { width:221px; }

    /* Hover images */
    
    #readFull {
      background:url('../images/generic_and_red/read_status2.jpg') no-repeat;
      float:left;
      width:160px;
      height:17px;      
      margin-top:3px;
    }
    
      #readFull:hover { background-position:0 -17px; }
    
    #registerToday {
      background:url('../images/generic_and_red/register_today2.jpg') no-repeat;
      float:left;
      width:72px;
      height:36px;
    }
        
      #registerToday:hover { background-position:0 -36px; }  *        