body {
  background-image: url('../images/zimmacker-background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top;
  font-family: "Times New Roman", Times, serif;
  color: #6b5432;
}

h1 {
  font-size: 27px;
  color: #6b5432;
  margin: 0 0 0 0;
}
h2 {
  font-size: 21px;
  color: #6b5432;
  margin: 0 0 0 0;
}
h3 {
  font-size: 18px;
  color: #6b5432;
  margin: 0 0 0 0;
}
h4 {
  font-size: 14px;
  color: #6b5432;
  margin: 0 0 0 0;
  text-align: center;
}
p {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: normal;
  color: #6b5432;
  line-height: 26px;
  margin: 0 0 0 0;
}
h5 {
  font-size: 11px;
  font-weight: normal;
  color: #6b5432;
  line-height: 14px;
  margin: 0 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
}
h6 {
  font-size: 8px;
  font-weight: normal;
  color: #333;
  line-height: 8px;
  margin: 0 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
}
a {
   color: #6b5432;
}
#header-nav {
  background-image: url('../images/zimmbacker-header.jpg');
  background-repeat: no-repeat;
  background-color: #ffffff;
}
#top-menu {
  width: 662px;
  height: 80px !important;
  height: 50px; 
  margin: 0 0 0 200px;
  padding: 58px 0 0;
}
#top-menu ul {
  position: relative;
  width: 720px; height: 50px;
  z-index:10;
}
#top-menu li {
  top: 0;
  display: inline;
  height: 400px;
  padding: 25px 22px 12px 22px;
  margin: 0 0 50px;
  list-style: none;
}

#top-menu a {
  display: inline;
  height: 100px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #a99a6f;
}

#footer {
  background-color: #f4ede1;
  color: #a99a6f;
}


