/* Start of CMSMS style sheet '1 Col Main' */
div#main {
   margin-left: 2%; /* 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 */
  width: 100%
  margin-top: 50px;
}

div#main p {
  padding: 0 0 0 20px;
}

div#content {
   margin-top: 2em; /* some air above and under menu and content */
   width: 95%;
}
/* End of '1 Col Main' */

