/* news */
#content #block-news {
  float: left;
  display: inline;
  width: 402px;
  margin: 0 13px 0 0;
}

#content #block-news p {margin: 0;}

#content #block-news #news-image {
  width: 402px;
}

#content #block-news #news-image p {color: #888; font-size: 10px; line-height: 14px; margin: 0;}

/* other news */
#content #other-news {
  width: 402px;
  float: left;
  display: inline;
  margin: 0 13px 0 0;
}

#content #other-news h2 {background: url('../images/core/h2-other_recent.png') 0 0 no-repeat;}

#content #other-news ul {margin: 0;}

#content #other-news li {
  display: block;
  clear: both;
  margin: 5px 0;
  height: 65px;
  line-height: 13px;
  list-style: none;
}

#content #other-news li p {margin: 0;}

#content #other-news li div.other_news-image {
  float: left;
  display: inline;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 3px 0 0;
}

#content #other-news span.post-date {font-size: 10px;}

/* links */
#content #links {
  display: inline;
  float: left;
  width: 470px;
}

#content #links h2 {background: url('../images/core/h2-links.png') 0 0 no-repeat;}

#content #links ul {margin: 5px 0 0 5px;}

#content #links li {
  float: left;
  display: inline;
  width: 232px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
  background: url('../images/core/links-li-background.png') 0 0 no-repeat;
}

#content #links li a {color: #fff; font-size: 14px; display: block;}