body {
	color: blue;
        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: #fde2b8 url(http://www.fwago.org/pix/breck.jpg) 90% 0% no-repeat fixed;
     }
#page {
	background:transparent;
      }
#content {
    position: absolute;
    top: 25%;  /* increase: moves down */
    left: 18%; /* increase: moves right */
	width: 90%;
	background:transparent;
	text-align: left;
         }         
.mainitem {
   padding: 10px;
   width: 77%;
   font: normal 11pt "Arial";
   margin: 10px;
   white-space:normal;
   /* background: transparent; */
   background-color: #fde2b8;
   height: 350px;
   overflow: scroll;
	      }
.maps {
   padding: 10px;
   width: 60%;
   font: normal 11pt "Arial";
   margin: 10px;
   white-space:normal;
   /* background: transparent; */
   background-color: #fde2b8;
   height: 200px;
       }
.newslist {
   padding: 10px;
   width: 40%;
   font: normal 11pt "Arial";
   margin: 10px;
   white-space:normal;
   background-color: #fde2b8;
   /* background: transparent; */
   height: 220px;
      }
.sublist {
   padding: 10px;
   width: 30%;
   font: normal 11pt "Arial";
   margin: 10px;
   white-space:normal;
   /* background: transparent; */
   background-color: #fde2b8;
   height: 300px;
         }
.openpos {
   top: 15%;  /* increase: moves down */

   padding: 10px;
   width: 85%;
   font: normal 11pt "Arial";
   margin: 10px;
   white-space:normal;
   /* background: transparent; */
   background-color: #fde2b8;
   height: 450px;
   overflow: scroll;
	      }
#footer {
    color:blue;
    position: absolute;
    bottom: 0%;
    right: 0%;
	width: 80%;
	text-align: left;
    margin: 0px;
	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  {
   color: blue;
   position: absolute;
   top: 10%;  /* increase: moves down */
   width:164px;
   margin: 0px;
   text-align: left;
   background: transparent;
   background-color: #c58855;
          }
#leftNav a {
   color:blue;
   display: block;
   padding: 2px 2px;
   margin: 0px;
   text-align: left;
   text-decoration: none;
   border-bottom: 1px solid maroon;
   background: transparent;
          }
.no {
	display:none;
	}
a:visited {
	color: maroon;
	}
a:hover {
	color:blue;
	}


