/**
 * gallery.css
 *
 * $Id: gallery.css 1186 2010-02-22 20:37:08Z Dave $
 */

#main {
    float: left;
    width: 420px;
    padding: 5px;
    border-right: 1px solid #ececec; 
}
#cd-advert {
    float: left;
    width: 320px;
    padding: 5px 2px 0 12px;
    font-size: 135%;
    background: #fff url(/images/cd_advert.jpg) no-repeat;
}
