#header {
         width: 98%;
         border: 1px solid #000;
         background-color: #B5DA65;
         margin-bottom: 5px;
         padding-left: 5px;
         padding-bottom: 3px;
         }
         
#header_holder {
		position: absolute;
		left: 240px;
		top: 25px;
		}
            
#header h1 {
	    display: inline;
	    }
	    
#header p  {
	    display: inline;
	    }
	
#header img {
	     border: 1px solid #000;
	     margin-top: 2px;
	     margin-left: -2px;
	     }

#leftcontent {
              float:left;
              width: 210px;
              height: 400px;
              border: 1px solid #000;
              background-color: #B5DA65;
              margin-right: 15px;
              padding: 5px;
              text-align: center;
              }
              
#leftcontent ul {
                 list-style: none;
		 margin: 0;
                 padding: 0;
                 }
                 
#leftcontent li {
                 display: block;
                 margin: 5px 0px 5px 0px;
                 background-color: #B5DA65;
                 }
                 
#leftcontent li a:hover {
                         border-left: 10px solid #92AF54;
                         border-right: 10px solid #92AF54;
                         }
              
#rightcontent {
		margin-left: 240px;
               }
               
#copyright {
            font-size: 8pt;
            vertical-align: bottom;
            }
            
#copyright_notice {
		   font-size: 8pt;
		   }
		   
            
/* Images CSS */

.float {
  	   float: left;
  	   padding: 5px;
 	   }
  
.float p {
	     text-align: center;
   	     }
   	     
.float_container {
		  clear: right;
		 }