body {
    color:#003333;
    font-family:arial, verdana, sans-serif;
	font: normal 11pt "Trebuchet MS";
	margin:0px;
	padding:0px;
	text-align:left;
        /* In background image params, full URL is necessary.
           corner parameters:
           100% moves the right edge of the photo all the way to the right, 
           10%  moves the top edge of the photo down below the header.  Should match leftnav 6% + content margin 10%
           color RRGGBB  the higher, the lighter
        */
    background: #888855 url(http://fwago.org/pix/poe/IFat1stPresSm.jpg) 60% 40% no-repeat fixed;
     }
#page {
	background:transparent;
      }
#footer {
    position: absolute;
    bottom: 0%;
    right: 0%;
	width: 80%;
	text-align: left;
    margin: 0 auto;
	margin-top: 2.5em;
    background-color: #c58855;
    border-top: 1px solid blue;
	padding-top: 0.33em;
	letter-spacing: 1px;	
	padding: 0px 0px;
    border-top: 0px;
         }
#leftNav  {
   position: absolute;
   top: 13%;  /* increase: moves down */
   width:164px;
   margin: 0 auto;
   text-align: left;
   background: transparent;
          }
#leftNav a {
   display: block;
   padding: 2px 2px;
   margin: 0 auto;
   text-align: left;
   text-decoration: none;
   border-bottom: 1px solid maroon;
   background-color: #c58855;
          }
#photos {
   color: brown;
   position: absolute;
   top: 58%;  /* increase: moves down */
   right: 0%;
   width: 80%;
   /* width:492px; */
   margin: 0 auto;
   text-align: left;
   background: transparent;
          }
.no {
	display:none;
	}
a:visited {
	color:maroon;
	}
a:hover {
	color:white;
	}
table {
	color:white;
	font-weight:bolder;
	font-size:20px;
	font-style:italic;
	border:0px;
	padding:0;
	margin:0;
	background:transparent;
	border-style:none;	
	}
td {
	vertical-align:top;
	}
h1 {
	color:white;
	font-size:36px;
	}
dl {
overflow:auto;
}
