* {
  padding: 0;
  margin: 0;
}

html, body {
  color: #fff;
  margin: 0;
  padding: 0;
  background: #150201 url(../images/eyesofgod.png) no-repeat scroll center 0;
  text-align: center;
}

h2 {
  color: #6c4e54;
  font-weight: normal;
  font-style: normal;
}

a {
  color: #a98f90;
}

#main {
  width: 914px;
  margin: 0 auto auto;
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: left;
  padding-top: 250px;
  background: #e4e1e1 url(../images/eyesofgod.png) no-repeat center top;
}

#title {
  display: none;
}

#nav {
  text-align: center;
  padding-top: 10px;
}

#nav ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
}

#nav ul li {
  float: left;
  width: 33%;
  font-variant: small-caps;
}

#nav ul li a {
  text-decoration: none;
  color: #a98f90;
  font-size: 1.9em;
  padding-bottom: 20px;
  width: 250px;
  display: block;
}

#nav ul li a:active {
  background: url(../images/shadow.png) no-repeat center bottom;
  color: #4e2126;
}

.activeLink {
  background: url(../images/shadow.png) no-repeat center bottom;
  color: #4e2126;
}

#content-margins {
  margin-right: 40px;
  margin-left: 40px;
  clear: left;
}

#content {
  line-height: 2em;
  height: 280px;
  padding-top: 10px;
  font-size: 1.4em;
  vertical-align: middle;
  text-align: justify;
}

#content ul {
  padding-left: 40px;
  list-style-type: square;
}

#content #description {
  height: 100%;
  vertical-align: middle;
}

#content #description p {
  margin: auto;
}

#footer {
  text-align: center;
  color: #9E9E9E;
  font-size: 0.8em;
  margin-top: 30px;
  margin-bottom: 50px;
}

#contact fieldset {
  border-style: none;
}

#contact ol {
  list-style-type: none;
}

#contact input {
  font: 1.0em Georgia, "Times New Roman", Times, serif;
  background-color: #fbf6f6;
  background: rgba(251,246,246,0.35);
  border: 1px solid #b6acac;
  padding: 4px;
  width: 230px;
}

#contact textarea {
  font: 1.0em Georgia, "Times New Roman", Times, serif;
background-color: #fbf6f6;
  background: rgba(251,246,246,0.35);  border: 1px solid #b6acac;
  padding: 4px;
  height: 104px;
  width: 450px;
}

#contact label {
  display: block;
  padding-left: 10px;
  font-size: 0.9em;
  color: #a98f90;
  height: 40px;
}

#contactinfo {
  float: left;
}

#comment-div {
  float: left;
  padding-left: 20px;
}

#contact #submit_btn {
  text-decoration: none;
  color: #836365;
  display: block;
  background: rgba(251,246,246,0.4) none no-repeat center bottom;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border: 10px;
  float: right;
  margin-top: 80px;
  width: 100px;
  font-size: 1.2em;
  height: 40px;
}

#contactinfo .error {
  display: none;
  line-height: 1em;
  color: #510d1a;
  font-size: 0.6em;
  padding: 10px 0 0;
  font-weight: bold;
}

