/* Start of CMSMS style sheet 'Layout: 2 columns' */
div#main {
   padding: 0 10px 0 10px;
   margin-left: 230px; /* 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 {
   padding: 0 10px 0 10px;
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 190px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 1em;
}

/* End of 'Layout: 2 columns' */

