@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('montserrat.woff') format('woff');
}


body { font-family: "Adobe Caslon Pro", Baskerville, Georgia, Palatino, "Times New Roman", serif; color: #444; font-size: 16px;}
h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", sans-serif;}

#header { width: 800px; margin-left: auto; margin-right: auto; margin-top: 28px;}
#header img {float: left; }
#header h1 { font-size: 20px; text-align: right; float: right; margin-top: 72px; font-weight: normal;}

#header #menu { clear: both; position: relative; border-bottom: 1px solid #444; border-top: 1px solid #444; height: 30px;}
#header #menu li { float: left; }
#header #menu li a {
  color: #333;
  width: 160px;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  display: block;
  text-decoration: none;}
#header #menu li a:hover { color: blue; }

#content { width: 800px; margin-left: auto; margin-right: auto; }
#footer-wrapper { background-color: #07648b; padding: 10px; height: 160px; border-top: 1px solid #333; margin-top: 15px;}
#footer { width: 800px; margin-left: auto; margin-right: auto; color: white;
font-size: 12px; text-align: center;}
