body {
  font: normal 12px Arial, Verdana, Helvetica, sans-serif;
  background-color: #ede8e2;
  color: #616163;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

pre {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
  margin-top: 0;
}

h4 {
  font-size: 12px;
  margin-top: 2.5em;
}

p {
  text-align: justify;
}

td {
  text-align: left;
  vertical-align: top;  
}

td td {
  background-color: #ede8e2;
}

img {
  max-width: 100%;
}

#head {
  min-width: 900px; height: 240px;
  background: transparent url(img/cd2.jpg) repeat-x;
  position: relative;
  z-index: 10;
}

#nav {
  width: 900px; height: 70px;
  padding: 170px 0 0 0;
  text-align: left;
  background: transparent url(img/cd1.jpg) no-repeat top center;
}

#cont {
  width: 900px;
  min-height: 480px;
}

#content {
  text-align: left;
  padding: 16px 0 50px 80px;
  width: 420px;
  float: left;
}

.gallery {
  padding: 2px;
  line-height: 0;
  background: #d8dbd2;
  overflow: hidden;
  box-sizing: border-box;
}

.gallery a {
  padding: 2px;
  width: 25%;
  display: block;
  float: left;
  box-sizing: border-box;
}

.gallery1 a {
  width: 100%;
}

.gallery2 a {
  width: 50%;
}

.gallery3 a {
  width: 33.33%;
}

#info {
  text-align: left;
  padding: 60px 30px 0 0;
  width: 300px;
  float: right;
}

#footer {
  width: 420px;
  text-align: left;
  font-size: 11px;
}

td a {
  padding: 0 16px 0 0;
  font-size: 11px;
  display: block;
}

a {
  color: #616163;
  text-decoration: none;
}

a:hover {
  color: #bf1818;
}

img {
  border: 0;
}
a:hover img {
  opacity: 0.6;
  filter:alpha(opacity=60);
}

input.error, textarea.error {
  border: 1px solid #706657;
  background: #ffbcbc;
}

input.checkform {
  display: none;
}