/* Start of CMSMS style sheet 'Layout Bulletmenu Vert 1C Main' */
/* 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;
        width: 100%;
        margin: 1.5em 0 2em 0;
        padding: 0;
        text-align: left;
    } 
    div#main {
        float: left;
        margin-left: 10px;
        width: 70%;
        display: inline;
    }
    div#menu_vert {
        margin-left: 0em;
        float: left;
        width: 25%;
        display: inline;
        padding-left: 0em;
    }
    div#content2 {
        display: none;
    }
    div#menu_horiz {
        display: none;
    }
/* END CONTENT */

/* End of 'Layout Bulletmenu Vert 1C Main' */

