* body {
  background: url(images/body_bg.jpg) #000000 repeat-y top center;
  margin: 0px;
  padding: 0px;
  color: #FAF4E4;
  font: normal 18px Times New Roman;
}

a:link, a:visited {
  color            : #F4EB71;
  text-decoration  : none;
}

a:hover {
  color            : #F4EB71;
  text-decoration  : none;
}

h1 {
  font: bold 20px Times New Roman;
  color: #e8cf8f;
  padding: 0px;
  margin: 0px;
}

h2 {
  font: bold 14px Times New Roman;
  color: #e8cf8f;
  padding: 0px;
  margin: 0px;
}

h3 {
  font: bold 12px Times New Roman;
  color: #e8cf8f;
  padding: 0px;
  margin: 0px;
}

table, img {
  padding : 0px;
  margin  : 0px;
}


#top_space {
  background: url(images/top_text.png);
  display: block;
  height: 35px;
}

#block_header {
  height: 100px;
  background: url(images/top_bg.jpg);
}

#div_rus_flag2 {
  width: 112px;
  height: 80px;
  overflow: hidden;
  margin-left: 15px;
}

#div_andrey_flag2 {
  width: 112px;
  height: 80px;
  overflow: hidden;
  margin-right: 15px;
}

#block_menu {
  width: 1000px;
  height: 35px;
  background: url(images/menu_bg.png) #807151 repeat-x top;
  border-radius: 0px 0px 40px 40px;
  -webkit-border-radius: 0px 0px 40px 40px;
  -moz-border-radius: 0px 0px 40px 40px;
  -khtml-border-radius: 0px 0px 40px 40px;
}

.menu_item:hover {
  background: url(images/menu_sel.png) repeat-x bottom;
}

.content_block {
  background: url(images/content_bg.png);
  padding: 20px;
  border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -khtml-border-radius: 30px 30px 30px 30px;
}

.submenu {
  background: #d9bb75;
  color: #3b352b;
  font: bold 16px Verdana;
  margin-bottom: 20px;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -khtml-border-radius: 10px 10px 10px 10px;
}

.submenu a {
  color: #3b352b;
  font: bold 16px Verdana;
  text-decoration: underline;
}