body{background: rgb(160,120,100)}

#header{width: 767px; height: 173px;
        position: absolute; left: 25px; top:15px;
        border-width: 7px;
          border-top-width: 7px;
          border-style: solid;
          border-color: #336699;
        background-color: #800000;}




#content{ position: absolute; left: 25px; top: 193px;
          width: 757px; height: 1717px;
          text-align: left;
          border-width: 7px;
          border-top-width: 7px;
          border-style: solid;
          border-color: #336699;
          background-color: #ffffcc;
          padding: 5px;}

    ul.navbar {
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 9em;
        left: 1em;
        width: 9em }


    ul.navbar li {
        background: orange;
        margin: 0.5em 0;
        padding: 0.3em;
        border-right: 1em solid black }



#tribute {position: absolute; left: 194px; top: 40px;
        width: 471px; height: 450px;
        background-color: #ffffff;
        border-width: 5px;
        border-style: solid;
        border-color: green;
        padding: 30px;}




#left {position: absolute; left: 15px; top: 585px;
       width: 320px; height: 370px;
       background-color: #ffffff;
       border-width: 5px;
       border-style: solid;
       border-color: green;
       padding: 15px;}



#right {position: absolute; left: 390px; top: 585px;
        width: 320px; height: 370px;
        background-color: #ffffff;
        border-width: 5px;
        border-style: solid;
        border-color: green;
        padding: 15px;}


#bottomleft {position: absolute; left: 15px; top: 1030px;
       width: 320px; height: 370px;
       text-align: center;
       background-color: #ffffff;
       border-width: 5px;
       border-style: solid;
       border-color: green;
       padding: 15px;}


#bottomright {position: absolute; left: 390px; top: 1030px;
       width: 320px; height: 370px;
       text-align: center;
       background-color: #ffffff;
       border-width: 5px;
       border-style: solid;
       border-color: green;
       padding: 15px;}



#footer{ position: absolute; left: 0px; top: 1530px;
         width: 100%; height: 185px;
         border-width: 0px;
         border-top-width: 4px;
         border-style: solid;
         border-color: rgb(128,64,64);
         background-color: rgb(250,250,190);}



div.bottomleft {position: absolute; left: 2px; top: 65px;
                width: 300px;
                border-width: 0px;
                border-style: solid;
                border-color: green;
                padding: 2px;}

div.bottomcenter {position: absolute; left: 385px; top: 65px;
                  width: 130px;
                  border-width: 0px;
                  border-style: solid;
                  border-color: green;
                  padding: 2px;}

div.bottomright {position: absolute; left: 637px; top: 65px;
                 width: 170px;
                 border-width: 0px;
                 border-style: solid; 
                 border-color: green;
                 padding: 2px;}

h1 { font-family: Garamond; text-align: center; font-size: 40px;
     color: #000000;}


h2 { text-align: center;font-family: Verdana, sans-serif;
     color: #000000; font-size: 25px; }

h3 { text-align: center; font-family: Arial, Verdana, sans-serif;
     color: black; font-size: 20px;}




img.border {border: 5px solid #800000; padding: 1px 1px 1px 1px;}




p { color: black; font-size: 120%;}




a:hover {
  color: white;
  background-color: blue;
}
