/* Start of CMSMS style sheet 'Layout EllNav H/V L 2Col' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV BAR AT THE TOP, LOCAL NAV ON THE LEFT AND TWO COLUMNS OF CONTENT */

    div#content {
        position: relative;
        margin: 3px 0 2em 0;
        padding: 0;
        text-align: left;
    }
    div#menu_vert {
        float: left;
        width: 137px;
        display: inline;
        padding: 20px 0 20px 20px;
    }
    div#main {
        padding: 20px 0 20px 0;
        margin: 0 290px 0 180px;
    }
    div#content2 {
        float: right;
        width: 265px;
        padding: 0;
    }
    div#menu_horiz {
        position: absolute;
        top: 7px;
        left: 170px;
    }

/* END CONTENT */
/* End of 'Layout EllNav H/V L 2Col' */

