/* Start of CMSMS style sheet 'layout' */
    body {
        margin:10px 0px;
        padding:0;
        text-align: center;
        height: 95%;
    }

    div#pagewrapper {
        margin: 0px auto;
        width: 800px;
/*        height: 95%;
        margin: 0px 0px 0px 0px;*/

        text-align: left;
        background: #FFFFDF; 

}

    #container {
/*         position: relative;*/
/*        margin: -5 auto -25 auto;*/
/*        height: 100%;*/
    }
    
        div#header {
            margin: 0;
            padding: 0;
            height: 90px;
            background: url(uploads/images/banner_dehoop.jpg) no-repeat 0;
            text-align: left;
            border-bottom: 1px solid #462C27;
        }
    
        div#content {
/* 	position: relative;*/
/*             height: 80%; */
/*            display: block;*/
        }
        
            div#main {
            }
        
            div#sub {
            }

        div#footer {
/*            display: block;*/
            clear: both;
        }

        div#footer p {
            font-size: 0.8em;
            margin: 0;
/*            float: bottom;*/
            padding: 2px;
            text-align: center;
            background: #462C27;
        }

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  }
/* End of 'layout' */

