body {
  background-image: url("website fotos/bkgrnd.gif");
  font-family: papyrus, Verdana, Arial, sans-serif;
  font-size: small;
  margin: 0;
  padding: 0;
}

#container {
  background: #2D384E;  /*f3f3c6*/
  width: 1300px;
  font-size: 100%;
  margin: auto;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  padding: 0;
}

#content {
  background: #DBC7AC;
  margin: 0;

  width: 1300px;
  float: left;
  border-right: 2px solid #E2E5B6;
}
  /*border 1px #666 solid;
  text-align: center; */
}

#navigation h2 {
  color: #fff;
}


#footer {
  clear: both;
  padding: 10px 10px 20px 20px;
  margin: 0;
  color: #fff;
  font-size: 100%;
  font-weight: italic;
  background-color: #332;
}

a:hover {
  color: #E9C51B;
  font-style:italic;
  text-decoration:none;
  }

a:link {
  color: #78797E;
  text-decoration:none;
  }

a:visited {
  color: #78797E;
  text-decoration:none;
  }

a:active {
  color: #F6C733;
  text-decoration:none;
  }



h1 {
  /*background: url(websitefotos/headerimage.jpg) no-repeat top left;*/
  margin: 0;
  padding: 30px 60px 15px 15px;
  font-family:Gabriola, papyrus,Verdana, Arial, sans-serif;
  font-size: 250%;
  font-weight: bold;
  color: #fff;
}

h2 {
  margin: 18px 0 3px 0;
  padding: 16px 0 3px 10px;
  /*background: url(websitefotos/image.jpg) no-repeat top left; */
  font-size: 115%;
  font-weight: bold;
  color: #60572E;
  border-bottom: 1px solid #DE7C29;
}

h3 {
  margin: 10px 0 5px 10px;
  font-size: 90%;
  font-weight: bold;
  color: #000040;
}

h4 {
  margin: 0;
  font-size: 110%;
  font-style:italic;
  color: #60572E;

}
h5 {
  margin:  0;
  font-size: 100%;
  font-weight: bold;
  color: #000040;

}


