body {
  margin: 0px;
  padding: 0px 0px 140px 0px;
  font-family: Arial, Helvetica, "Sans serif";
  font-size: 12px;
  text-align: justify;
  background: #fff url('/images/theme/footer.jpg') repeat-x 0px bottom;
}

div#header {
  padding: 0px;
  margin: 0px;
  top: 0px;
  text-align: center;
}

div#header.auth {
  background: #69CF45 url('/images/theme/bg_title_medium.jpg') repeat-x;
  height: 210px;
}

div#header.not_auth {
  background: #69CF45 url('/images/theme/bg_title_big.jpg') repeat-x;
  height: 261px;
}

div#header a img {
  border: 0px;
}

div#header h1 {
  font-size: 18px;
  font-weight: normal;
  color: #295436;
/*  margin: 0px 0px 0px -500px;*/
  width: 960px;
  margin: auto;
  display: block;
  text-align: left;
  z-index: 400;
  background: url('/images/theme/bg_h1_auth.png') no-repeat 300px 30px;
}

div#header h1 img {
  margin-left: 20px;
  margin-top: 60px;
}

div#header.auth h1 {
  background: url('/images/theme/bg_h1_auth.png') no-repeat 300px 30px;
  height: 210px;
}

div#header.not_auth h1 {
  background: url('/images/theme/bg_h1_not_auth.png') no-repeat 500px 10px;
  height: 240px
}

div#header h1 span.subtitle {
  margin-left: 70px
}

div.header_not_auth h1 {
  padding: 80px 0px 0px 0px;
  height: 120px
}

div.header_auth h1 {
  padding: 50px 0px 0px 0px;
}

div#header div.wrapper {
  width: 960px;
  margin: 0px auto 0px auto;
}

div#page {
  width: 968px;
  margin: 0px auto 0px auto;
}

div#page div#content {
  float: right;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 5px;
  left: -10px;
  width: 763px;
}

div#page div#footer {
  clear: right;
  float: right;
  left: -10px;
  width: 763px;
  text-align: center;
  top: 130px;
  position: relative;
}

div#page div#footer a {
  color: #295436;
  font-weight: bold;
  font-size: 13px;
  padding: 0px 7px 0px 7px;
}

div#page div#footer .copyright {
  font-size: 13px;
  margin-top: 20px;
}

div#page div#footer .copyright a {
  color: #000;
  font-weight: bold;
  font-size: 13px;
  padding: 0px;
}

h2 {
  margin: 0px 0px 6px 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #2B5F3B;
  z-index: 100;
}

h4 {
  margin: 0px 0px 6px 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #2B5F3B;
  z-index: 100;
}

canvas {display: block;}

div#content #path {
  line-height: 20px;
  height: 34px;
  color: #295436;
  font-size: 16px;
}

.clearer {
  clear: both;
  width: 0px;
  margin: 0px;
  height: 0px;
  background: none;
  border: 0px;
}


/* Themes */
.small_yellow_button {
  width: 117px;
  height: 36px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border: 0px;
  background: url(/images/theme/yellow_button.png);
  display: block;
  font-weight: bold;
  text-indent: 0px;
  text-decoration: none;
  cursor: pointer;
}

.small_red_button {
  width: 117px;
  height: 36px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border: 0px;
  background: url(/images/theme/red_button.png);
  display: block;
  font-weight: bold;
  text-indent: 0px;
  text-decoration: none;
  cursor: pointer;
}

.current_date {
  display: none;
}

#breadcrumb {
  font-style: italic;
  font-size: 12px;
  padding: 4px 0px 6px 0px;
  color: #2B5F3B;
}

#breadcrumb a {
  color: #2B5F3B;
  text-decoration: underline
}

#breadcrumb a:hover {
  text-decoration: none
}

