body {
  width: 700px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/background.jpg);
  color: #ba9e4b;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

a:link {
  color: #BA9E4B;
}

a:visited {
  color: #BA9E4B;
}

h1 {
  font-size: 110%;
  line-height: 10px;
}

h2 {
  font-size: 110%;
}

#navContainer {
  margin-left: auto;
  margin-right: auto;
  width: 610px;
  height: 110px;
}  

#navShadow {
  position: relative;
  float: left;
  z-index: 1;
  width: 600px;
  height: 100px;
  margin-left: 10px;
  margin-top: 10px;
  background-image: url(images/shadow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  
}  
  
#nav {
  position: relative;
  float: left;
  z-index: 2;
  margin-left: -4px;
  margin-top: -116px;
  width: 600px;
  height: 100px;
  background-color: #6D5122;
}

img {
  border: none;
}

.button {
  padding: 11px;
  margin-top: -10px;
}

#footer li {
  display: inline;
  list-style: none;
}  