* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.2;
  font-family: Georgia, serif;
  background: url(/media/img/bg-repeat.jpg) #2d1508 repeat-x;
}

.wrapper {

}

.container {
  width: 1152px;
  height: 725px;
  margin: 0 auto;
  background: url(/media/img/bg-shadow.jpg) transparent no-repeat ;
}

.header {

}

.content {
  width: 998px;
  height: 667px;
  margin: 0 auto;
  background: url(/media/img/bg-image.jpg) 0 50px transparent no-repeat ;
  position: relative;
}

.nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.nav ul {
  margin: 0;
  list-style: none;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 21px;
}

.nav ul li {
  float: left;
  padding-left: 20px;
}

.nav a {
  text-decoration: none;
  color: #fff;
}

.nav a:hover {
  text-decoration: underline;
}

.nav a.selected {
  text-decoration: underline;
}

.about-us {
  position: absolute;
  top: 160px;
  left: 20px;
  width: 600px;
  height: 300px;
  background: #fff;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  padding: 10px;
}

.about-us h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1em;
}

.about-us p {
  margin: 12px 0;
}

.about-us img {
  float: right;
  margin: 12px 5px 5px 5px;
}

.contact {
  position: absolute;
  top: 160px;
  left: 20px;
  width: 600px;
  height: 300px;
  background: #fff;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  padding: 10px;
}

.contact-module {
  float: left;
  width: 300px;
}

.contact-map {
  position: absolute;
  bottom: 200px;
  left: 325px;
}

.contact h3 {
  color: #5f3016;
  font-weight: normal;
}

.contact ul {
  list-style: none;
  margin: 15px 0;
}

.footer{

}


.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */
