@CHARSET "ISO-8859-1";

.news {
  background: #fff url(../images/news_header.jpg) no-repeat;
}

#leftnews {
  background: #fff url(../images/left_news.jpg) no-repeat;
  width: 200px;
  height: 226px;
  float: left;
  margin-left: 30px;
  margin-bottom: 10px;
}

#newsimg {
  background: #fff url(../images/newsimg.jpg) no-repeat;
  float: left;
  width: 510px;
  height: 225px;
  margin: 5px 0px 5px 3px;
}

#newslist {
  float: left;
  font-size: 12px;
  background-color: #C0C0C0;
  padding: 10px;
  margin-right: 15px;
}

#articletitle {
  font-weight: bold;
  text-align: center;
  width: 70%;
  margin-top: 15px;
  padding: 0 0 0 60px;
}

#articledate {
  font-weight: bold;
  text-align: left;
  float: left;
  width: 100%;
  font-size: 12px;
  margin-bottom: 8px;
}

#articlebody {
  float: left;
  width: 95%;
  font-size: 12px;
}