/* Start of CMSMS style sheet 'synopsis' */
div#pagewrapper {

   margin: 0 auto;     /* this centers wrapper */
   width: 950px; /* IE wont understand these, so we will use javascript magick */

   color: #fff;

}
body {

   color: #000;
    background:url(/images/bg_synopsis.jpg) no-repeat;
   background-position: top center;
background-color: #000; 
   margin:0px; /* gives some air for the pagewrapper */
   height:100%; 
}

div#totalwrap {
   width: 950px;
margin: 0 auto;     /* this centers wrapper */


}

div#main {
   margin-left: 
10px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 470px; /* and some air on the right */
   background:url(/images/transparent_bg_70.png) repeat;
   padding:15px;
   padding-bottom: 0px;

   color: #000000;
   margin-top: 150px;
height: 475px;
overflow: auto;
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}
/* End of 'synopsis' */

