/* Start of CMSMS style sheet 'Layout CSSMenu 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;
        width: 780px;
        margin: 15px auto 20px auto;
        padding: 0;
        text-align: left;
    }
    div#main {
        float: right;
        width: 550px;
        margin-right: 10px;
        display: inline;
    }
    div#menu_vert {
        float: left;
        width: 200px;
        display: inline;
        margin-left: 0;
    }
    div#content2 {
        display: none;
    }
    div#menu_horiz {
        display: none;
    }
/* END CONTENT */
/* End of 'Layout CSSMenu Vert 1C' */

