body {
  behavior: url(csshover3.htc);
  background: url(../img/body_bg.jpg) no-repeat top center #3d107b;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  line-height: 20px;
  text-align: justify;
  font-size: 12px;
}
a {
  outline-style: none;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
div#mainArea {
  width: 900px;
  height: auto;
  margin: 0 auto;
}
div#topArea {
  width: 900px;
  height: 91px;
  position: relative;
}
div#bannerArea {
  width: 900px;
  height: 248px;
  position: relative;
}
div#contentArea {
  width: 900px;
  height: auto;
  padding: 20px 0;
}
div#contentAreaLeft {
  width: 200px;
  height: auto;
  float: left;
  padding-right: 50px;
}
div#contentAreaRight {
  width: 650px;
  height: auto;
  float: left;
  padding-bottom: 20px;
}
div#footerArea {
  width: 900px;
  height: 20px;
  line-height: 10px;
  font-size: 11px;
}
div#topMenu {
  left: 30px;
  bottom: 10px;
  position: absolute;
}
div.title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
a#logo {
  display: block;
  width: 115px;
  height: 170px;
  position: absolute;
  left: 70px;
  top: 25px;
}
div.imagesConteiner img {
  float: left;
  height: 120px;
  margin: 20px;
  border: solid 1px #ffffff;
  padding: 5px;
}
input[type="text"], textarea {
  border: solid 1px #3b1780;
  padding: 3px 5px;
}
input[type="submit"] {
  border: none;
  background: #ffffff;
  color: #1e5fb5;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px;
  float: right;
  margin-bottom: 20px;
  cursor: pointer;
  -moz-border-radius: 5px;
}
textarea {
  width: 400px;
  height: 150px;
}
div.oddNewsConteiner, div.evenNewsConteiner {
  margin-bottom: 20px;
  width: 650px;
  clear: both;
}
div.oddNewsConteiner img, div.evenNewsConteiner img {
  float: left;
  border: solid 1px #ffffff;
  padding: 3px;
  margin: 10px;
}
div.newsConteiner img {
  float: left;
  border: solid 1px #ffffff;
  padding: 5px;
  margin: 10px;
  width: 200px;
}
a.read_more {
  color: #ffd718;
}
