/*
Layout styles for the home.
*/

#topic-menu {
  display: none;
}

#content {
  width: 640px;
  float: left;
  display: inline;
  margin-left: 2.5em;
}

#panel {
  width: 240px;
  float: right;
}


