/* footer */
#footer {
  height: 55px;
  width: 938px;
  clear: both;
  overflow: hidden;
  bottom: 0;
  margin: 14px auto 0;
}

#footer a {
  color:#0094C3;
}

#footer_content {
  background: transparent url("/images/footer_mid.png") scroll 0 0;
  padding: 15px 13px 8px;
  height: 55px;
  width: 902px;
  float: left;
}

#footer_left {
  float: left;
  background: transparent url("/images/footer_left.png") no-repeat scroll 0 0;
  width: 5px;
  height: 55px;
}

#footer_right {
  float: right;
  width: 5px;
  height: 55px;
  background: transparent url("/images/footer_right.png") no-repeat scroll 0 0;
}

#footer_content .vsevteme_logo {
  float: right;
  padding-right: 268px;
}

.created_by_vsevteme {
  padding-right: 12px;
  line-height: 20px;
  float: right;
  font-size: 13px;
  color: #777;
}

.found_error {
  padding-left: 13px;
  background: transparent url('/images/footer_a.gif') no-repeat scroll 2px 8px;
  float: right;
  line-height: 21px;
  font-weight: bold;
  padding-right: 10px;
  font-size: 13px;
  text-decoration: none;
}
/* end of footer */
