#news ul {
  margin: 10px 0 0;
  padding: 10px 0 0;
  list-style: none;
  border-top: 1px solid #D4D4C0;
}

#news ul li {
  float: left;
  width: 600px;
  clear: both;
  margin: 0 0 10px;
  padding: 0 0 10px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #D4D4C0;
}

.newsdate, .newscontent {
  float: left;
  display: inline;
}

.newsdate {
  font: normal 21px/21px verdana, sans-serif;
  color: #fff;
  background: url('../images/newsbg.gif') no-repeat 0 0;
  width: 41px;
  height: 37px;
  text-align: center;
  margin-right: 20px;
  padding: 2px 0;
}

.newsdate span {
  display: block;
 	font: bold 12px/14px arial, helvetica, sans-serif;
 	color: #9D9C76;
 	text-transform: uppercase;
 	padding: 2px 0 0;
}

.newscontent {
  width: 539px;
}

.newscontent h2 {
  margin: 0 0 10px;
  padding: 0;
}

.newscontent h2 a {
  color: #0059B2;
  font: bold 14px/16px arial, sans-serif;
}

.newscontent h2 a, a.newsmore, .newscontent h2 a:visited, a.newsmore:visited {
	font-weight: bold;
	text-decoration: none;
}

.newscontent h2 a:hover, a.newsmore:hover { text-decoration: underline; }
 	