body {
  background-color: #000000;
  background-image:url(../images/page/background.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  background-attachment:fixed;
  margin-top: 0px;
  padding-top: 0px;
}

h1 {
  font-family: Verdana, "sans serif";
  font-size: 1.15em;
  font-weight: bold;
  letter-spacing: 0.15em;
}

h2 {
  font-family: Verdana, "sans serif";
  font-size: 1.08em;
  letter-spacing: 0.05em;
}

h3 {
  font-family: Verdana, "sans serif";
  font-size: 1.04em;
  letter-spacing: 0.03em;
}

p {
  font-family: "Times New Roman", serif;
  font-size: 1.02em;
  letter-spacing: 0.02em;
}

#who {
  height: 10px;
  font-family: Verdana, "sans serif";
  font-size: 0.6em;
  letter-spacing: 0.03em;
  margin-top: 1px;
  padding-top: 0px;
  text-align: right;
  vertical-align: middle;
  width: 1170px;
}

#who a {
  color: #dedede;
  text-decoration: none;
}

#mainpage {
  border: #29587a solid 1px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
  vertical-align: middle;
  width: 1170px;
}

#menu {
  background-color: #316a94;
  border: #29587a solid 1px;
  height: 80px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
  vertical-align: middle;
  width: 1170px;
}

#menu ul {
  display: inline-block;
  margin-top: 10px;
}

#menu li {
  display: inline-block;
  float: left;
  list-style-type: none;
  margin-left: 0px;
  margin-right: 25px;
}

#menu a {
  border: #29587a solid 1px;
  color: #ffffff;
  display: block;
  font-family: Verdana, "sans serif";
  font-size: 1.03em;
  font-weight: bold;
  height: 100%;
  padding: 3px;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}

#menu a:hover {
  background: #ffffff;
  color: #316a94;
}

#intro {
  margin-left: auto;
  margin-right: auto;
  height: 160px;
  text-align: right;
  width: 1170px;
}

#content {
  background-color: #dddddd;
  border: #707070 solid 1px;
  filter: alpha(opacity=95);
  -moz-opacity:0.95;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.95;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  width: 1140px;
}

#content a {
  color: #135713;
  font-weight: bold;
  text-decoration: underline;
}

#content a.prev {
  float: left;
  text-decoration: none;
}

#content a.next {
  float: right;
  font-size: 1.15em;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content div.pict {
  background-color: #dddddd;
  border: #707070 solid 1px;
  float: right;
  font: 11px/1.4em Arial, sans-serif;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 3px;
}

#content img {
  border: #707070 solid 1px;
  margin-bottom: 3px;
}

#content p.address {
  font-family: Verdana, "sans serif";
  font-size: 1.02em;
  letter-spacing: 0.02em;
}

#content p.content {
  line-height: 1.4em;
}