body {
  padding: 0;
  margin: 0;
  background: #000 url(bg_body.jpg) top repeat-x;
  font-family: 'Times New Roman';
  color: #fff;
}


#page {
  position: relative;
  width: 820px;
  margin: 0 auto;
  background: #eee5cd url(bg_page.jpg) top repeat-y;
  overflow: hidden;
}


#header {
  position: relative;
  width: 800px;
  height: 470px;
  margin: 0 auto;
  background: url(bg_header.jpg) top left;
}

#header h1,#header h2 {
  display: none;
  padding: 0;
  margin: 0;
}

#header p {
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 45px;
  right: 20px;
  text-align: right;
  color: #000;
  font-size: 8px;
}

#header p a {
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

#header p a:hover {
  color: white;
}

#content {
  position: relative;
  width: 800px;
  margin: 0 auto;
  background: url(bg_content.jpg) top left;
}

#content h3 {
  padding: 0;
  margin: 0;
  color: #c69c6d;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

#content h3:first-letter {
  font-size: 30px;
}

#content p {
  padding: 10px 0 0;
  margin: 0;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  line-height: 140%;
}

#content p.normal {
  text-align: center;
  text-transform: none;
  padding: 2px 10px;
  font-size: 14px;
}

#content h4 {
  padding: 0;
  margin: 20px 10px 2px 2px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

#content p img {
  border: none;
}

#content a {
  color: #c69c6d;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}


#content #services {
  position: relative;
  float: left;
  width: 400px;
  margin: 20px 0 0 30px;
  z-index: 1;
}

#content #services h3 {
  text-align: justify;
}

#content #services p {
  padding: 0 0 20px;
  text-align: justify;
  font-size: 11px;
}

#content #services h3.center {
  padding: 30px 0 0;
}

#content #services p.center {
  margin: 0 0 -50px;
}

#content #services h3.center, #content #services p.center {
  text-align: center;
}


#content #ads {
  position: relative;
  float: right;
  width: 300px;
  margin: -30px 20px 0 0;
  z-index: 1;
}

#content #ads p {
  padding: 0;
  margin: 0;
  text-align: right;
}


#content form {
  position: relative;
  width: 400px;
  margin: 0 auto 5px;
}

#content form p {
  padding: 0 0 10px;
  margin: 0;
  text-align: justify;
  font-size: 11px;
  text-transform: uppercase;
}

#content form p input {
  width: 390px;
  padding: 5px;
  margin: 2px 0 0;
  border: 1px solid #fff;
  background: #23170f;
  font-family: 'Times New Roman';
  color: #fff;
  font-size: 14px;
}

#content form p textarea {
  width: 390px;
  height: 200px;
  padding: 5px;
  margin: 2px 0 0;
  border: 1px solid #fff;
  background: #23170f;
  font-family: 'Times New Roman';
  color: #fff;
  font-size: 14px;
}

#content form p#submit {
  text-align: center;
}

#content form p#submit input {
  width: auto;
  padding: 5px;
  margin: 2px 0 0;
  border: 1px solid #fff;
  background: #23170f;
  font-family: 'Times New Roman';
  color: #fff;
  font-size: 14px;
}


#footer {
  position: relative;
  clear: both;
  width: 820px;
  height: 130px;
  margin: 0 auto;
  background: url(bg_footer.jpg) top left;
}

#footer p {
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 40px;
  right: 8px;
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
}

#footer p#backlinks {
  bottom: 5px;
  right: 8px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

#footer p#backlinks a {
  text-decoration: none;
  color: #fff;
}
