/* hide the sidebar by setting it's display to none. */
#sidebarContainer {
      display: none;

}
/* change the content containers margin to 0px so that it flows full width */

#contentContainer {
      width: auto;
      margin: 0px;
}

#contentContainer #content {
      border: none;
}