html, body {
  background-color: #464646;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 }
  
img {
  border: 0 }

div#navigation {
  white-space: nowrap;
  z-index: 2;
  position: absolute;
  right: 0;
  margin-top: 25px;
  margin-left: 10%;
  background-image: url('images/navbkgd.png');
  width: 90% }

div#navigation img {
  vertical-align:middle }
  
div#content {
  text-align: justify;
  font-family: Georgia, serif;
  font-size: 1.1em;
  padding-left: 20px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  height: 100%;
  background-color: #FAFAFA;
  border-right: double 3px #87961F;
  border-left: double 3px #87961F }

div#words {
  padding-top: 125px }

div#images {
  padding-top: 125px;
  padding-right: 10px;
  padding-left: 10px;
  float: right }

div#images img {
  background-color: #87961F;
  padding: 2px;
  margin: 5% }
  
div#footer {
  z-index: 2;
  text-align: right;
  position: absolute;
  margin-bottom: 25px;
  margin-right: 10%;
  width: 90%;
  bottom: 0;
  left: 0 }
  
p {
  text-indent: 2em }
  
hr {
  height: 1px;
  color: #87961F;
  background-color: #87961F }
