@charset "utf-8";

* {
  font-family: Verdana, Geneva, sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
}

p {
  font-size: 12px;
  color: #5a5a5a;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.campingLogo {
  background-image: url(../img/logo_camp.jpg);
  background-repeat: no-repeat;
  padding-top: 134px;
  width: 749px;
  overflow: hidden;
}

.leftBlock {
  width: 173px;
  float: left;
  background-image: url(../img/left_top.jpg);
  background-repeat: no-repeat;
  padding-top: 117px;
  border-top: 1px solid #999;
  padding-bottom: 60px;
}

.rightBlock {
  width: 576px;
  float: right;
  padding-bottom: 60px;
}

.leftBlock ul.navigation {
  border-top: 1px solid #999;
  border-bottom: 2px solid #999;
  background-color: #eee;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 30px;
  color: #5a5a5a;
}

.leftBlock ul.navigation,
.leftBlock ul.navigation ul {
  list-style: none;
  padding-left: 10px;
}

.leftBlock ul > li {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
}

.leftBlock ul > li > a {

}

.pageTitle {
  border-top: 20px solid #4b9970;
  border-bottom: 22px solid #000;
  background-image: url(../img/page_title_bg.gif);
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 42px;
  font-family: Verdana;
  font-size: 22px;
  text-indent: .5em;
}

.content {
  padding-left: 8px;
  padding-right: 8px;
}

.footer {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 10px;
}

.footer ul {
  list-style: none;
}

.footer ul > li {
  display: inline-block;
  margin-left: 5px;
}

.footer ul > li:before {
  content: '[';
  margin-right: -3px;
}

.footer ul > li:after {
  content: ']';
  margin-left: -3px;
}

.articleHead {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.article {
  color: #5A5A5A;
  font-size: 12px;
  font-weight: bold;
}

.article > p {
  text-indent: 1em;
}

.headingHead {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.heading {
  color: #5A5A5A;
  font-size: 12px;
  font-weight: bold;
}

.heading > p {
  text-indent: 1em;
}

.articleHeadingSeparator {
  border: 0;
  border-bottom: 2px solid #5A5A5A;
  height: 1px;
}