  html, body {
   background: url(../images/bg_one.jpg);
   background-repeat: repeat;
   margin: 0;
   height: 100%;
  }
 
  td.banner {
   height: 150px;
  }
 
  td.content {
   padding: 10px;
   height: 150px;
   vertical-align: top;
   text-align: justify;
   font-family: Arial, Helvetica, sans-serif;
  }
  
  h1 {
   color: #FFFFFF;
   padding-right: 20px;
  }
  
  .top_nav_td {
   height: 20px;
   background-color: #FFFFCC;
   border-bottom: 1px solid #000000;
  }
  
  .top_nav {
   text-align: center;
   padding: 2px;
   font-family: Arial, Helvetica, sans-serif;
  }
  
  .top_nav a {
   color:#000000;
   text-decoration: none;
   text-transform: uppercase;
   font-weight: bold;
  }
  
  .top_nav a:hover, .top_nav a:active {
   color: #006633;
  }
  
  img.sunset {
   width: 200px;
   float: left;
   border: 1px solid #000000;
   margin-right: 5px;
  }
  
  .home_col {
   color: #006633;
   font-size: 18px;
   border-bottom: 1px solid #006633;
   margin-bottom: 2px;
  }
  
  #footer {
   height: 15px;
   color: #CCCCCC;
   text-align: right;
   padding-right: 10px;
   padding-bottom: 5px;
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
  }