/* CSS Document */
/* =============================================== */
/* -------------- top ------------- */
/* =============================================== */
body {
  background: url(../common/css/images/bg/footer.png) no-repeat left top #99cc33;
  text-align: left; }

div#wrapper {
  background: #fff;
  width: auto;
  min-width: 944px;
  margin: 62px 0 0 0;
  overflow: hidden; }

div#content {
  width: 944px;
  margin-bottom: 0; }

ul#lang {
  text-align: right;
  padding: 17px; }
  ul#lang li {
    display: inline-block;
    margin-left: 13px; }

#footer {
  background-image: none;
  position: static;
  width: 100% !important; }
  #footer p {
    width: 944px; }

#news-area h2 {
  border-left: #990000 solid 4px;
  padding-left: 10px !important;
  background: none !important; }
#news-area div#news-part {
  padding-left: 14px !important; }
#news-area div#news-wrap {
	height: 5em;
	overflow: auto;
}
#news-area dl#news:before, #news-area dl#news:after {
  content: "";
  display: table; }
#news-area dl#news:after {
  clear: both; }
#news-area dl#news {
  zoom: 1; }
#news-area dl#news dt {
  width: 7em;
  float: left;
/*  color: #990000; */
  font-weight: bold; }
#news-area dl#news dd {
  padding-left: 7em;
  padding-bottom: 0.5em; }
#news-area dl#news dd:last-child {
  padding-bottom: 0; }
