body {
  background: #ffffff;
}

#layout {
  overflow: hidden;
  width: 100%;
}

ul.highlighted-events-small {
  width: 5000px;
  margin: 0 0 24px 0;
}

ul.highlighted-events-small:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

ul.highlighted-events-small li dl {
  width: 230px;
}

ul.highlighted-events-small li {
  float: left;
  width: auto;
}

ul.highlighted-events-small li.hang-1 {
  margin-top: 8px;
}

ul.highlighted-events-small li.hang-2 {
  margin-top: 16px;
}

ul.highlighted-events-small li.hang-3 {
  margin-top: 32px;
}

ul.highlighted-events-small li.last,
ul.highlighted-events-small li.last dl {
  width: 318px;
}

ul.highlighted-events-small dd {
  display: none;
}

ul#bottom-stream {
  background: #e0dfdf;
  padding: 0 20px;
  width: 968px;
  margin: 0 0 8px 0;
}

ul#bottom-stream li {
  display: inline;
  margin: 0 80px 0 0;
  padding: 0 0 0 16px;
  background: url(../images/nav/arrow_gray.gif) 0 4px no-repeat;
}

ul#bottom-stream a:link,
ul#bottom-stream a:visited  {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  line-height: 20px;
}

ul#bottom-stream a:active,
ul#bottom-stream a:hover {
  color: #5d5d5d;
}

#footer-container {
  width: 1008px;
}

