/* Start of CMSMS style sheet '2 Column' */
#twocol_wrapper {
  clear: both;
  width: 600px;
  padding-top: 30px;
  margin: 0 auto;
}
#twocol_sidebar {
  float: left;
  width: 150px;

}
#twocol_sidebar ul {
  list-style: none;
  
}
#twocol_sidebar ul li {
  margin-bottom: 15px;
}
#twocol_sidebar ul li a {
  text-decoration: none;
}
#twocol_content {
  float: left;
  width: 450px;

}
#twocol_content p {
  margin-bottom: 15px;
}
/* End of '2 Column' */

