/* Start of CMSMS style sheet 'Default: Classes' */
.hide_me {
    display: none;
}

.section_header, .small_section_header {
    color: #96a405;
    font-family: Lucida Grande;
    font-size: 18px;
    font-weight: bold;
    margin: 50px auto 10px;
    padding-top: 30px;
    text-align: center;
}
    .section_header, .small_section_header {
        background: url(/images/default/section-bg.jpg) top center no-repeat;
        width: 500px;
    }
    .small_section_header {
        background: url(/images/default/small-section-bg.jpg) top center no-repeat;
        width: 239px;
    }
/* End of 'Default: Classes' */

