
/* pages which load this css file will only have one column */

#content #lhs
{
  margin-right: 20px;
}

#content #rhs
{
  display: none;
}
