/* Start of CMSMS style sheet 'standard : Layout Bulletmenu Vert 2C' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV BAR ON THE LEFT AND TWO COLUMNS OF CONTENT */
    div#content {
        position: relative;
        width: 100%;
        margin: 1.5em 0 2em 0;
        padding: 0;
        text-align: left;
    }
    div#menu_vert {
        float: left;
        width: 25%;
        display: inline;
    }
    div#main {
        float: left;
        width: 45%;
        display: inline;
        margin-left: 2%;
    }
    div#content2 {
        float: left;
        width: 24%;
        display: inline;
        padding: 0 1% 0 2%;
    }

/* END CONTENT */
/* End of 'standard : Layout Bulletmenu Vert 2C' */