.header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 125px;
  background-color: rgb(0,0,0);}
        
.header img {
  position: absolute;
  top: 25px;
  left: 25px;
  height: 75px;}
  
h1 {
  position: absolute;
  font: bold 32pt Franklin Gothic, sans-serif;
  font-stretch: condensed;
  color: rgb(244,240,225);
  padding: 15px 15px 15px 150px;}

.menu {
  position: absolute;
  top: 150px;
  left: 25px;
  width: 249px;
  background-color: rgb(244,240,225);
  border: 1px solid (54,54,54);}
  
h2 {
  position: relative;
  top: -30px;
  font: bold 24pt Franklin Gothic, sans-serif;
  font-stretch: condensed;
  display: block;
  padding: 15px 15px 15px 40px;
  color: rgb(244,240,225);
  background-color: rgb(180,8,8);}

.menu ul {
  list-style-type: none;
  padding: 0px 25px;}

.menu li a {
  display: block;
  font: 18pt Franklin Gothic, sans-serif;
  text-decoration: none;
  color: rgb(0,0,0);
  padding: 50px 25px;}
  
.menu li a:hover {
  color: rgb(244,240,225);
  background-color: rgb(54,54,54);}
  
.section1 {
  position: relative;
  top: 250pxpx;
  left: 250px;
  font: 12pt Franklin Gothic Book, Franlin Gothic, sans-serif;}
  
.section1 img {
  position: absolute;
  top: 500px;
  float: right;
  width: 250px;}