body{
  background-image: url(../images/bgweb.jpg);
  font-family: "Underwood";
  background-color: #f6eee3;
  color: #1a100e;
  margin: 0;
  text-align: center;
}
.inline{
  display: inline-block;
}
.right{
  float: right;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Sholes";
}
.headline{
  font-size: 300%;
}
.header{
  background-image: url(../images/paperheader.png);
  display:inline-block;
  margin: 0 auto;
  text-align: center;
  background-color: #f6eee3;
  width: 1200px;
  border-left: 5px solid #000;
	border-right: 5px solid #000;
	border-bottom: 5px solid #000;
}
.main{
  background-image: url(../images/paper.png);
  display:inline-block;
  width: 1140px;
  margin: 0 auto;
	background-color: #ffead3;
  border-left: 5px solid #000;
	border-right: 5px solid #000;
	border-bottom: 5px solid #000;
	padding: 0px 30px 0px 30px;
	text-align: left;
}
.nav{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
ul li a.nav{
  display: block;
  color: #1a100e;
  padding: 14px 16px;
  text-decoration: none;
}
ul li a.nav:hover {
  background-color: #dbbb8a;
}
@font-face {
  font-family: "Underwood";
  src: url(../fonts/Underwood_Quiet_Tab.ttf) format("truetype");
}
@font-face {
  font-family: "Sholes";
  src: url(../fonts/Sholes.ttf) format("truetype");
}