/* Start of CMSMS style sheet 'Layout Bulletmenu Vert 1C' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV BAR ON THE LEFT AND ONE COLUMN OF CONTENT */
    div#content {
        position: relative;
        margin: 1.5em 0 2em auto;
        padding: 0;
        text-align: left;
    }
    div#main {
        float: right;
        width: 75%;
        padding: 0 2%;
        display: inline;

    }
    div#menu_vert {
        float: left;
        width: 200px;
margin: 0px;
        display: inline;
    }

    div#content2 {
        display: none;
    }
    div#menu_horiz {
        display: none;
    }
/* END CONTENT */
/* End of 'Layout Bulletmenu Vert 1C' */

