#bg_col {
  color: #000;
  background-color: #fff;
  background: url(../images/bg_col_3col.gif) repeat-y;
}

#contentarea {
  float: left;
  width: 460px;
  padding: 0.75em;
}

#contentarea img {
  float: left;
  border: 0;
  padding-right: 5px;
}

#sidebar_news {
  float: left;
  width: 150px;
}

#sidebar_news p {
  width: 141px;
  color: #584e00;
  background-color: #e2dcad;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 10px;
}

#sidebar_news ul {
  margin: 10px 15px;
  list-style-type: none;
}

#sidebar_news li {
  font-size: 1.1em;
  border-top: 1px solid #807944;
  padding: 0.75em;
}

#sidebar_news li.first_item {
  border: 0;
}

#sidebar_news a {
  color: #584E00;
  text-decoration: underline;
  font-weight: bold;
}

#sidebar_news a:hover {
  color: #584E00;
  text-decoration: none;
  font-weight: bold;
}