/* Start of CMSMS style sheet 'Home' */
div#main {
   margin: 0 190px 2% 280px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
  padding:2% 0;
  display:block;
  text-align:left;
  line-height:1.6em;
}

div#main .feature img {
  width:25em;
  height:19em;
}


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

}

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

