/* Start of CMSMS style sheet 'Layout' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */
    body {
        padding: 5px;
        text-align: center;
    }

    div#pagewrapper {
        width: 800px;
        text-align: left;
    }

    #container {
height: 100%;
    }
    
    
    
    /* CONTENT */
        div#content {

        }
        
        /* MAIN */
            div#main {
            font-family: verdana;
            font-size: small;
min-height: 100%;

            align: left;
            margin-left: 12px;
            margin-right: 12px;
     
}
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    

/* END LAYOUT */
/* End of 'Layout' */

