body {
  margin: 0;
  padding: 0;
  background: #556938 url('/images/bg.gif') center top;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
}

body, div, td, th, input, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

a:visited {
  color: #6d7c57;
}

a:link {
  color: #3c501f;
}

#wrapper {
  position: relative;
  height: 998px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: transparent url('/images/bg1.gif') no-repeat center top;
}

#content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 154px;
  width: 862px;
  height: 528px;
  padding: 30px;
  background: transparent url('/images/bg2.gif') no-repeat center top;
}

#lang {
  position: relative;
  top: 150px;
  left: 150px;
  height: 20px;
  width: 150px;
}

#gallery {
  position: relative;
  padding: 0 150px;
}

#gallery-inner {
  position: relative;
  padding: 0;
}

#breadcrumbs {
  font-size: 9px;
}

/*
div#menu {
  text-transform: lowercase;
  font-weight: bold;
}

div#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div#menu li {
  display: block;
  float: left;
  margin-right: 30px;
  padding: 0;
}

div#menu a {
  color: #333;
  text-decoration: none;
}

div#menu a:hover {
  text-decoration: none;
}
*/
