/* light brown #E0DCD1
   light brown shade #C7BFAB
   dark  brown #726234
*/
  /* box */
  body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    background-color: #E0DCD1;
    background-image: url(./images/bggrad_body.gif);
    background-repeat: repeat-x;
  }
  #content {
    width: 780px; 
   	padding: 5px;
   	margin-top: 20px;
   	margin-bottom: 20px;
   	margin-right: auto;
   	margin-left: auto;
    text-align: left;
  }
  #intro {
    height: 439px;
    margin-bottom: 25px;
    background-image: url();
    background-repeat: no-repeat;
  }
  #navigation {
      float: left;      
      width: 300px;
    }
  #navigation ul {
      list-style-type: none;
      margin-top: 25px;
      margin-left: 25px;
      padding-left: 0px;
    }
  #footer {
  font-size:11px;
    text-align: center;
  }
  .section {
    clear: both;
  }
  img.right{
    float: right;
    clear: both;
    padding: 3px;
  }
  img.left{
    float: left;
    clear: both;
    padding: 3px;
  }
  img.insurance{
    
  }
    
  /* typography */
  body {
    font-family: verdana, arial, helvetica, sans-serif;
    }
  #navigation ul {
    list-style: none;
    color: #C7BFAB;
    }
  #navigation A:link, #navigation A:visited, #navigation A:active {
    font-size: 1.7em;
    color: #C7BFAB;
    text-decoration: none;
    }
  #navigation A:hover {
    font-size: 1.7em;
    color: #E0DCD1;
    text-decoration: none;
  }
  h1 {
  font-size:16px;
    color: #726234;
    }
  h2 {
    color: #726234;
    }
.header {
font-size:20px;
    color: #726234;
    }
.l1:link, .l1:visited, .l1:active{
    font-size:13px;
    color:#726234;
    text-decoration: none;
    }
 .l1:hover{
    font-size:13px;
    color: #726234;
    text-decoration: none;
  }