﻿body {
  padding: 0;
  margin: 0;
  background: #d6ba92 url(bg_body.jpg) top;
  font: 14px Georgia;
}


#strike {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  background: #a70300 url(bg_body.gif) repeat-x top;
}


#page {
  position: relative;
  width: 780px;
  margin: 0 auto;
}


#logo {
  position: relative;
  float: left;
  width: 260px;
  height: 80px;
}

#logo h1, #logo h2 {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

#logo span {
  display: block;
  position: absolute; 
  width: 260px;
  height: 80px;
  left: 0; 
  top: 0; 
  z-index: 1;
  cursor: pointer;
  background: url(bg_logo.gif) top left no-repeat;
}


#menu {
  position: relative;
  float: right;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu li {
  float: left;
  padding: 0;
  margin: 0;
}

#menu a {
  float: left;
  padding: 28px 5px 15px 5px;
  margin: 0;
  background: url(bg_menu.gif) bottom center no-repeat;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

#menu a:hover {
  color: #f7eee3;
}

#menu .active, #menu .active:hover {
  padding: 23px 7px 20px 7px;
  background: url(bg_menu-hover.gif) bottom center no-repeat;
  color: #fffea2;
}


#header {
  position: relative;
  clear: both;
  width: 780px;
  height: 200px;
}

#header p {
  padding: 0;
  margin: 0;
}


#content {
  position: relative;
  overflow: hidden;
  clear: both;
  width: 750px;
  padding: 14px 14px 4px 14px;
  margin: 10px 0;
  background: #d6ba92 url(_bg_content.gif);
  border: 1px solid #98815e;
}

#content h2 {
  padding: 0;
  margin: 0 0 5px;
  color: #624f33;
}

#content h3 {
  padding: 0 0 2px 0;
  margin: 30px 0 5px;
  border-bottom: 1px solid #624f33;
  color: #624f33;
}

#content h2 a, #content h3 a {
  text-decoration: none;
}

#content p {
  padding: 0;
  margin: 0 0 10px;
  text-align: justify;
  line-height: 130%;
}

#content p.center {
  text-align: center;
}

#content p.center img {
  margin: 0 2px 0 1px;
}

#content p.right {
  text-align: right;
}

#content a {
  color: #624f33;
}

#content a:hover {
  text-decoration: none;
}

#content img {
  margin: 0 5px;
  border: 1px solid #d6ba92;
}

#content .gall {
  padding: 5px;
  margin: 10px;
  border: 1px solid #d6ba92;
  background: #efe3d4;
  overflow: hidden;
  text-align: center;
}

#content .gall .photo {
  float: left;
  width: 210px;
  height: 140px;
  padding: 0;
  margin: 5px 6px;
  border: 1px solid #d6ba92;
  background: #f9f1e6;
}

#content .gall .photo img {
  margin: 0;
  border: none;
}

#content table {
  text-align: center;
  background: #f9f1e6;
  font: 12px Arial;
}

#content table tr td {
  border: 1px solid #d6ba92;
}

#content ul {
  list-style: square;
}

#content #right {
  position: relative;
  float: left;
  width: 480px;
  margin: 0;
}

#content #right p input {
  width: 480px;
}

#content #right p textarea {
  width: 480px;
  height: 150px;
}

#content #right object {
  margin: -20px 0 -20px 10px;
}

#content #left {
  position: relative;
  float: right;
  width: 255px;
  padding: 25px 0;
  margin: 0 0 10px 10px;
  border: 1px solid #000;
  background: #624f33;
  color: #fff;
}

#content #left h4 {
  padding: 0;
  margin: 0 0 10px;
}

#content #left p {
  padding: 0;
  margin: 0 0 10px;
  text-align: center;
}

#content #left p img {
   border: 1px solid #000;
}

#content #left p.center {
  padding: 0;
  margin: 20px 0 10px 0;
  text-align: center;
}

#content #left .input, #content #left select {
  width: 205px;
}

#content #left textarea {
  width: 205px;
}


#footer {
  position: relative;
  border: solid #c9ae87;
  border-width: 1px 0;
  background: #947d5b;
}

#footer p {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 10px;
}

#footer a {
  text-decoration: none;
  color: #fff;
}


#lang {
  position: absolute;
  width: 380px;
  top: 254px;
  left: 50%;
  margin: 0;
  z-index: 2;
}

#lang p {
  padding: 0;
  margin: 0;
  text-align: right;
}

#lang p img {
  border: none;
}
