.top {
  margin: 10px auto;
  text-align: center;
}

#top-header {
  margin: 0px auto;
  width: 700px;
  height: 25px;
  text-align: left;
}

#top-header h1 {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
}

#top-container {
  position: relative;
  margin: 0px auto;
  padding: 0px;
  width: 700px;
  height: 470px;
  text-align: left;
  color: #000000;
  background: url(http://chovechuva.com/images/top.jpg) no-repeat;
}

#top-info {
  float: right;
  margin: 260px 10px 0px 0px;
  padding: 0px 5px 5px;
  width: 380px;
  height: 190px;
  font-size: 100%;
  color: #FFF;
  background-color: #000;
  text-align: left;
  border: 1px solid #999999;
}

#top-info a {
  color: #FFF;
  text-decoration: none;
}

#top-info a:link {
  color: #FFF;
  text-decoration: none;
}

#top-info a:visited {
  color: #FFF;
  text-decoration: none;
}

#top-info a:active {
  color: #999;
  text-decoration: underline;
}

#top-info a:hover {
  color: #999;
  text-decoration: underline;
}

p.top-info-menu {
  margin-top: 3px;
}

.top-menu {
  margin: 10px 0px;
  color: #000;
  text-decoration: none;
}

.top-menu a:link {
  color: #C96C5C;
  text-decoration: none;
}

.top-menu a:visited {
  color: #C96C5C;
  text-decoration: none;
}

.top-menu a:active {
  color: #008811;
  text-decoration: underline;
}

.top-menu a:hover {
  color: #008811;
  text-decoration: underline;
}

.top-urgent-info {
  margin: 0px auto;
  font-weight: normal;
  width: 700px;
}

.top-about-us {
  margin: 10px auto 0px;
  padding: 10px 0px;
  width: 700px;
  height: 80px;
  text-align: left;
  color: #000;
  background-image: url("http://chovechuva.com/images/top-logo.gif");
  background-repeat: no-repeat;
  background-position: right top;
}

.top-footer {
}