body {
  background:#085500 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVQIW2NgQAXGZHAAGioAza6+Hk0AAAAASUVORK5CYII=);  
}

#main-content {
  width: 980px;
  overflow: hidden;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3goSFwQ25v+1IgAAAA1JREFUCNdjYGBgKAYAAHgAdIMIjIkAAAAASUVORK5CYII=);
  margin: 0 auto;
}
#slider {
  color: #fff;
  text-align: center;
}

.navbar {
  width: 978px;
  border: 1px solid #AA9550;
  background-color: #000;
  height: 35px;
  margin-bottom: 40px;
}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar ul li {
  display: inline;
}

.navbar ul li div {
  display: inline-block;
  width: 13.76%;
  height: 20px;
  color: #E4CA79;
  font-size: 20px;
  border-right: 1px solid #AA9550;
  text-align: center;
  padding: 8px 0;
  font: normal normal bold 17px/1.1em 'times new roman', times;
}

.navbar ul li div.last {
  border: none;
}

a {
  cursor: pointer;
  color: #E4CA79;
  text-decoration: none;
}

.navbar a:hover,
.navbar a.current:hover {
  color: #fff;
}

.navbar a.current {
  color: #F5E2A7;
}

p {
  color: rgb(226, 217, 186);
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
}

@-moz-document url-prefix() { 
  p {
     font-size: 15px;
  }
}


h1,
h2,
h3,
h4{
  font-family:'Niconne', cursive;
  font-weight: normal;
  color: #E2D9BA;
}

div.collumn-left {
  float:left;
  width:24%;
  min-height: 200px;
}

.hblock .collumn-left {
  float:left;
  width:34%;
}

div.collumn-right {
  float: left;
  width:75%;
}

.hblock .collumn-right {
  float: left;
  width:65%;
}
div.content {
  padding: 0 30px;
}

div.heading {
  text-align: center;
}

div.heading h2{
  font-size: 48px;
  margin-bottom: 5px;
}

div.heading h3{
  margin-top: 0;
  font-size: 36px;
}

div.signature {
  float:right;
  width: 300px;
  text-align: center;
  margin-bottom: 50px;
}
div.signature h5 {
  font: normal normal normal 35px/1.2em 'mr de haviland', cursive;
  color: #AA9550;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
div.footer {
  height: 25px;
  width: 100%;
  background-color: #C6BA92;
}

.centered {
  margin: 0 auto;
}

.linkbtn {
  background-color: #000;
  border: 1px solid #AA9550;
  border-radius: 3px;
  width: 146px;
  height: 20px;
  color: #E4CA79;
  font-size: 20px;
  text-align: center;
  padding: 8px 0;
  margin: 15px 0 0 51px;
  font: normal normal bold 17px/1.1em 'times new roman', times;
}

.linkbtn:hover {
  border: 1px solid #fff;
  color: #fff;
}

.row {
  width: 100%;
}
.hblock h2 {
    margin-bottom: 5px;
}
.hblock h1 {
  text-align: center;
}
.hblock p {
    margin-bottom: 0;
}
.hblock p,
.hblock h3 {
    margin-bottom: 0;
    margin-top: 0;
}
.hblock h3 {
  font-size: 1.1em;
  font-family: Delius Swash Caps;
}

.row {
    padding-bottom: 50px;
}
.img {
    border: 1px solid #AA9550;
}

label {
    width: 20%;
    float: left;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
input,
textarea {
    width: 70%;
    padding: 5px;
    border: 1px solid #000;
    background-color: rgba(0,0,0,0.3);
    margin: 10px;
}