/* Start of CMSMS style sheet 'team_bg' */
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_team.jpg) no-repeat;
   background-position: top center;
background-color: #000; 
   margin:0px; /* gives some air for the pagewrapper */
   height:100%; 
}

div#main {
   margin-left: 350px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 0px; /* and some air on the right */
   background:url(/images/transparent_bg_70.png) repeat;
   padding:15px;
   margin-top:50px;
   height: 450px;
overflow: auto;
  color: #000000;
}


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 'team_bg' */

