body {
  background: url(../img/body_bg.jpg) repeat-x top center #ffffff;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #626262;
  line-height: 20px;
  text-align: justify;
}
a {
  outline-style: none;
  text-decoration: none;
  font-weight: bold;
  color: #626262;
}
div#mainArea {
  width: 930px;
  height: auto;
  margin: 0 auto;
}
div#topArea {
  width: 930px;
  height: 152px;
  margin: 0;
  position: relative;
}
div#bannerArea {
  width: 930px;
  height: 267px;
  margin: 0;
}
div#flashArea {
  width: 930px;
  height: 50px;
  margin: 0;
}
div#contentArea {
  width: 930px;
  height: auto;
  margin: 0;
  padding: 20px 0;
}
div#footerArea {
  width: 100%;
  height: 40px;
  border-top: solid 1px #d9d9d9;
}
div#footerAreaInner {
  width: 930px;
  height: 40px;
  margin: 0 auto;
  color: #999999;
  line-height: 40px;
  font-size: 11px;
}
div#footerAreaInner b {
  color: #5ead00;
}
div#footerAreaInner a {
  color: #999999;
  font-weight: normal;
}
div#footerAreaInner a:hover {
  color: #5ead00;
}
a#logo {
  display: block;
  width: 280px;
  height: 80px;
  position: absolute;
  top: 40px;
  left: 20px;
}
div#menuArea {
  position: absolute;
  height: 30px;
  width: auto;
  top: 65px;
  right: 30px;
}
div.title {
  color: #7bc820;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}
div.clearFix {
  width: 930px;
  height: 1px;
  overflow: hidden;
  clear: both;
}
div.newsBox {
  width: 400px;
  padding-left: 30px;
  float: left;
}
input[type="submit"] {
  background: #64b305;
  border: none;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 12px;
  padding: 3px 5px;
  -moz-border-radius: 3px;
  float: right;
  cursor: pointer;
}
input[type="submit"]:hover {
  background: #78cb15;
}
div.oddNewsConteiner + div.evenNewsConteiner {
  margin-top: 20px;
}
div.imagesConteiner img {
  height: 130px;
  margin: 10px;
}
div.imageBox {
  text-align: center;
  margin: 20px 0;
}
div.navBox {
  text-align: center;
}