  body {
   font: 90% arial, helvetica, sans-serif;
   background: #FFDEAD ;
   margin: 0;
  }

  .accessaid{
   position: absolute;
   height: 0;
   overflow: hidden;
  }

  #header {
   background: #003300;
   height: 100px;
   color: white;
   font-size: 150%;
  }

  #navigation {
   position: absolute;
   top: 110px;
   padding: 0;
   left: 0;
   width: 140px;
   color: white;
  }

  #navigation ul {
   margin: 0 0 1em 0;
   padding: 0;
   list-style: none;
  }

  #navigation ul a {
   color: white;
   text-decoration: none;
   display: block;
   background: #669933;
   padding: 0 0.5em;
   margin: 0 1em 1px 1em;
  }

  #navigation a:visited {color: #ccc;}

  #navigation a:hover {background: #28b;}

  #content {
   xpadding: 1px 1em 2em 1em;
   padding: 1px 20px 1em 40px;
   border-left: 140px solid #336600;
   height: 800px;
  }

  #photocontent {
   xpadding: 1px 1em 2em 1em;
   padding: 1px 20px 1em 40px;
   border-left: 140px solid #336600;
   height: 800px;
  }

  h1 {color: #ffffff;}

  h2 {font-size: 1.5em; color: #036; }

  h3 {font-size: 1.25em; color: #036;}

  #content img {
   width: 150px;
   height: 150px;
   border: 1px solid #336633;
   float: right;
   margin: 0 0 1em 1em;
  }
  #imgL img {
   width: 280px;
   height: 290px;
   border: 1px solid #336633;
   float: left;
   margin: 0 0 1em 1em;
  }
  #imgR img {
   width: 280px;
   height: 290px;
   border: 1px solid #336633;
   float: right;
   margin: 0 0 1em 1em;
  }

  #imgFL img {
   width: 262px;
   height: 152px;
   float: right;
  }

  #photocontent img {
  }

  #container {
   position: relative;
   width: 586px; /* width + border for IE 5.x */
   width: 800px; /* real width */
   border: solid #336633;
   border-width: 0 3px;
   margin: auto;
  }

