/*
Layout styles for the home.
*/

#topic-menu {
  width: 190px;
  float: left;
}

#content {
  width: 460px; /* 0.5% extra gap for IE */
  float: left;
  display: inline; /* IE double float margin */
  margin-left: 1.5em;
}

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