body {
  background: url(../img/body_bg.jpg) top center repeat-x #e5e5e5;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #484848;
  text-align: justify;
}
a {
  outline-style: none;
  color: #ff7200;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
div#mainArea img {
  border: none;
  padding: 5px;
}
div#mainArea {
  width: 990px;
  height: auto;
  margin: 0 auto;
}
div#topArea {
  width: 990px;
  height: 115px;
  position: relative;
}
div#flashArea {
  width: 990px;
  height: 156px;
  border-bottom: solid 1px #F88C35;
}
div#flashArea2 {
  width: 990px;
  height: 101px;
}
div#contentArea {
  width: 990px;
  height: auto;
}
div#footerArea {
  width: 990px;
  height: 43px;
  background: url(../img/footerArea_bg.gif) repeat-x;
  font-size: 11px;
  color: #ffffff;
  line-height: 43px;
}
div#copyrightArea {
  width: 990px;
  height: 30px;
  font-size: 10px;
  text-align: right;
  line-height: 30px;
  color: #989898;
}
div#copyrightArea a {
  color: #989898;
}
div#contentAreaLeft {
  width: 260px;
  height: auto;
  float: left;
}
div#contentAreaLeft h3 {
  color: #FF7200;
  font-weight:bold;
  outline-style:none;
  font-size: 12px;
  text-align: left;
}
div#sponsors {
  text-align: center;
}
div#sponsors img, div#sponsors object{
  margin-bottom: 5px;
}
div#contentAreaRight {
  width: 710px;
  height: auto;
  float: left;
  padding: 20px 0 0 20px;
}
div#clearFix {
  width: 990px;
  height: 30px;
  clear: both;
}
div.leftMenu {
  width: 220px;
  height: auto;
  margin-bottom: 1px;
  padding: 25px 20px;
  background: url(../img/leftMenu_bg.jpg) no-repeat top center #ff9c4d;
  margin-top: 25px;
}
div.menuTitle {
  font-size: 16px;
  font-weight: bold;
  color: #545454;
  margin-bottom: 15px;
}
div#navBar {
  height: 48px;
  width: auto;
  position: absolute;
  top: 65px;
  left: 265px;
  font-size: 11px;
  line-height: 48px;
  color: #adadad;
}
div#navBar b {
  color: #ff7800;
}
div#searchArea {
  width: 185px;
  height: 30px;
  position: absolute;
  right: 9px;
  bottom: 10px;
}
div#searchArea input[type="text"] {
  border: none;
  background: transparent;
  width: 140px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  padding: 0 5px;
  float: left;
  color: #a1a1a1;
}
div#searchArea input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../img/search.gif) transparent no-repeat center center;
  border: none;
  padding: 0;
  cursor: pointer;
  float: left;
}
div.title {
  font-weight: bold;
  font-size: 16px;
  color: #ff6400;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #c4c4c4;
}
div.lastNewsConteiner {
  float: left;
  width: 225px;
  padding-bottom: 25px;
}
div.newsConteiner img {
  float: left;
  max-width: 300px;
  margin: 10px;
}
div.oddNewsConteiner img, div.evenNewsConteiner img {
  float: left;
  margin: 5px;
}
div.oddNewsConteiner, div.evenNewsConteiner {
  margin-bottom: 30px;
}
div.infoBox {
  width: 300px;
  float: left;
  padding-right: 30px;
}
div.formBox table td {
  font-size: 12px;
}
input[type="submit"] {
  background: url(../img/footerArea_bg.gif) center center repeat-x;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  border: none;
  padding: 3px 5px;
  color: #ffffff;
  float: right;
  cursor: pointer;
}
div#langArea {
  position: absolute;
  right: 5px;
  top: 5px;
}
div.imagesConteiner img {
  float: left;
  height: 97px;
  margin: 8px;
}

/* popup window: */
#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	z-index:100;
}
#popupContent {
	display:none;
	position:fixed;
	position:absolute; /* hack for internet explorer 6*/
	width:943px;
	height:629px;
	z-index:1010;
}
#popupContent img{
	position:absolute;
	z-index: 1011;
}
#popupContentClose {
	right:6px;
	top:4px;
	position:absolute;
	display:block;
}

