#maincontent {
  width:593px;
  border-left:solid 1px #e4e4e4;
  border-right:solid 1px #e4e4e4;
  border-bottom:solid 1px #e4e4e4;
}

#newsdiv {
  width:553px;
  margin-left:20px;
  margin-right:20px;
  padding-bottom:20px;
}

#newslist {
  background-image: url("../gfx/boxtop.gif");
  background-repeat:no-repeat;
  padding:20px 10px 10px 10px;
  border:solid 1px #e4e4e4;
  background-color:#fff;
}

#newslist ul {
  list-style-type: none;
  padding:0;
  margin:0;
}

#newslist li {
  margin-top:5px;
}

#newsdate {
  margin-bottom:10px;
  color:#666;
  font-weight:bold;
}

