/* CSS Document - Mozilla hacks */

/*hack to ensure that Mozilla encloses the #logo and #slogan floats with the #header div*/

#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



/*hack to ensure that Mozilla encloses the #contentleft and #contentright floats with the #content div*/

#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
