/* Start of CMSMS style sheet 'PGG Main' */
div#main {
   margin-left: 240px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 200px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 20px;
}

div#sidebar h2{
  background: url(uploads/images/interface/sidebar-h2.jpg) no-repeat 0px 0;
  text-indent: 10px;
  display: block;
  height: 20px;
  padding-top: 8px;
  color: #ffffff;
  font-size: 12px;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 200px;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}
/* End of 'PGG Main' */

