/* Start of CMSMS style sheet '2 columns (60:40% width)' */
div#main {
   float: left;
   width: 58%;
   display: inline;  /* FIX ie doublemargin bug */
   padding-right: 1%;
   border-right: 1px dotted #ccc;
   margin-bottom: 1em;
}

div#sidebar {
   float: right;  /* set sidebar on the right side. Change to right to float it right instead. */
   width: 37%;    /* sidebar width, if you change this please also change #main margins */
   margin-bottom: 1em;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 37%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
   margin-bottom: 1em;
}
/* End of '2 columns (60:40% width)' */

