/* Start of CMSMS style sheet '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 .5em 0;
        padding: 0;
        text-align: left;
    }
    div#menu_vert {
        margin: -1.5em 0 0 0;
        float: left;
        width: 20%;
        display: inline;
    }
   *html div#menu_vert {
        position:relative;
        margin: -1.5em 0 0 0;
        z-index: 100;
    }
    div#main {
        float: left;
        width: 49%;
        display: inline;
        margin-left: 2%;
    }
    div#content2 {
        float: left;
        width: 200px;
        display: inline;
        padding-left:20px;

    }

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

