BODY {
  margin: 0px;
  padding: 0px 5px 10px 5px;
  font-family: arial;
  font-size: 13px;
  color: black;
}

A {
  font-family: arial;
  font-size: 13px;
  color: blue;
}
A:hover {
  font-family: arial;
  font-size: 13px;
  color: red;
}

UL {
  margin: 5px 5px 5px 20px;
}

.main_content {
  padding: 0px 10px;
}

#left_col, #right_col {
  padding: 10px;
}

#left_col UL, #right_col UL {
  padding: 0px;
}

#block_1 {
  position: relative;
}
#block_1 #rating_all {
  position: absolute;
  z-index: 100;
  top: -10px;
  right: 0px;
}

.top_menu  {
  padding: 40px 10px 0px 0px;
  background: url(/images/top1-bg.jpg) repeat-x;
  color: white;
}
.top_menu A {
  color: white;
}
.top_menu A:hover {
  color: white;
  text-decoration: none;
}
.top_menu .act {
  font-weight: bold;
  color: white;
  text-decoration: none;
}


.bot_menu  {
  padding: 0px;
  background: url(/images/bot_1-bg.jpg) repeat-x;
  font-family: arial;
  font-size: 12px;
  color: white;
}
.bot_menu A {
  font-family: arial;
  font-size: 12px;
  color: white;
}
.bot_menu A:hover {
  color: white;
  text-decoration: none;
}
.bot_menu .act {
  font-weight: bold;
  color: white;
  text-decoration: none;
}
