#site_banner
{
    background-image: url(banner.jpg); /* {banner background} */
    height: 150px; /* {banner height} */
    padding: 0 0 2px 0;
    margin-top: 5px;
    background-color: white;
}

#site_banner h1
{
    padding: 10px 0 0 0; /*59px*/
    margin-right: 255px !important;
    font-family: Tahoma;
    font-size: 24px;
    font-weight: bold;
    color: #036;
}

#site_banner h1 .site_sub_title
{
    display: block;
}
