#news {
  position: relative;
  top: 0px;
  left: 0px;
}
#news h2 {
  margin: 0px;
  padding: 0px;
}
.news_archive > div {
  padding: 0.0em;
  margin-bottom: 0.0em;
  overflow: hidden;
}
.news_intro {
  margin-top: 1em;
  margin-bottom: 1em;
}
.news_box {
  background: url('/img/layout/news_divider.jpg') no-repeat;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.news_box h3 {
  margin-top: 0.5em;
}
.news_box.inactive {
  background: #eee;
  border: 1px #999 solid;
}
.news_box .actions {
  width: 20%;
  float: right;
  list-style: none;
}
.news_box .actions li {
  padding-left: 25px;
}

