/* Start of CMSMS style sheet 'Ben Godwin Layout' */
body {

  background: #0b106c url(uploads/site/bengodwin_background.jpg) top center;

}

#header {

    width: 750px;
    height: 231px;
    background: url(uploads/site/bengodwin_header.jpg) top center no-repeat;
    float: left;

}

#content {

    width: 705px;
    float: left;
    margin-left: 45px;

}

#pagewrapper {

    width: 912px;
    margin-left: auto;
    margin-right: auto;

}

#menu {

   width: 200px;
   float: left;
   margin-left: -40px;

}

#leftside {

   margin-left: 40px;

}

#menu ul li {

   background: url(uploads/site/bengodwin_button.jpg) no-repeat;
   width: 190px;
   list-style-type: none;
   color: #ffffff;
   font-size:10pt;
   text-indent: 8px; 
   font-weight: bold;

}

#menu a {

   background: #ffffff;

}

#menu ul li li {

   margin-top:5px;
   background: #ffffff;
   margin-left: -30px;
   width: 160px;
   color: #000000;
   padding-top: 3px;
   padding-bottom: 3px;

}

h1 {

   font-size: 26px;
   font-style: italic;
   text-align: center;

}
/* End of 'Ben Godwin Layout' */

