   
      body {
         font: 80% arial, helvetica, sans-serif;
         background: white;
         margin: 0;
      }

      .accessaid, h1 {
         position: absolute;
         height: 0;
         overflow: hidden;
      }
      
      
      #header {
         background: url(images/top.jpg);
         height: 140px;
      }

      #navigation {
         position: absolute;
         top: 141px;
         left: 0;
         width: 134px;
      }
      
      #navigation ul {
         margin: 0 0 1em 0;
         padding: 0;
         list-style: none;
      }
      
      #navigation ul a {
         color: white;
         text-decoration: none;
         display: block;
         background: #17a;
         padding: 0 0.5em;
         margin: 0 1em 1px 1em;
      }
      
      #navigation a:visited {
         color: #ccc;
      }
      
      #navigation a:hover {
         background: #28b;
      }
      
      #content {
         text-align: justify;
         background: white;
         xpadding: 1px 1em 2em 1em;
         padding: 1px 20px 1em 40px;
         border-left: 134px solid #036;
         border-right: 134px solid white;
      }

      #add {
         position: absolute;
         top: 141px;
         right: 8px;	 
      }

      
      h2 {
         font-size: 1.5em;
         color: #036;
      }
      
      h3 {
         font-size: 1.25em;
         color: #036;
      }
      
      #content img {
         padding: 1px;
         border: 1px solid #333;
         float: right;
         margin: 0 0 1em 1em;
      }
      
      #container {
         position: relative;
         width: 800px; 
         border: solid #036;
         border-width: 0 3px;
         margin: auto;
      }

