#main {
  width: 1500px;
  float: left;
  padding-bottom: 20px;
  border-right: solid 10px #006600; }
  
  #nav, #sidebar, #searchbar, #footer, #header, #page-options
{
    display: none;
}


#content #page-options 
{
    display: none;
}

#content {
  overflow: visible !important;
  }

  #content .post-navigation {
    display: none; }

