/* Start of CMSMS style sheet 'Layout EllNav H/V L 1Col' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV BAR AT THE TOP, LOCAL NAVIGATION ON THE LEFT AND ONE COLUMN OF CONTENT */
    div#content {
        position: relative;
        width: 95%;
        
        margin: 15px auto 20px 0;
        padding: 0;

        text-align: left;
    }
    div#main {
        float: right;
        width: 75%;
        display: inline;
    }
    div#menu_vert {
        float: left;
        width: 170px;
        display: inline;
    }
    div#content2 {
        display: none;
    }
    div#menu_horiz {
          width: 100%;
        
        text-align: left;
    }
/* END CONTENT */
/* End of 'Layout EllNav H/V L 1Col' */

