body {
    margin-top: 10px; 
    padding:0px; 

    }
    
H1 {
    font-family: Veranda, Arial, Helvetica, sans-serif;
    font-style: strong;
    font-size: 12;
    color: white;
    text-align: justify;
    }
    
H2{
    font-family: Veranda, Arial, Helvetica, sans-serif;
    font-size: 10;
    font-style: normal;
    color: white;
    text-align: justify;
    }
     
p {
    font-family: Veranda, Arial, Helvetica, sans-serif;
    font-size: 10;
    font-style: normal;
    color: white;
    text-align: justify;
    }

p.image {
    clear: left;
    text-align: center;
    }
 
    
#nav {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 800px;
    background-image: url("images/nav.html");
    }  
      
#header {
    margin:0px auto; 
	padding: 0; 
    background-image: url("images/header.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 150px;
    }
    
#main {
    clear: left;
    background: #777777;
    margin-top: 10px;
    padding: 15px;
    z-index: -1;
	text-align: center;
    }
#main a {
    color: #FB72AF;
    }
    
#footer {
    position: absolute;
    margin: 0;
    padding: 0;
    background-image: url("images/footer.jpg");
    width: 800;
    background-repeat: no-repeat;
    height: 150px;

    }
        
#content {
    width:800px;
    margin:0px auto;
    text-align:left;
    padding:0px;
    }
    
       
/*----------------nav bar--------------------------*/    
/*--thanks!-------http://www.alistapart.com--------*/

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }

li {
    float: left;
    position: relative;
    width: 160px;    
    }

li ul {
    position: absolute;
    top: 1em;
    left: 0;
    display: none;
    }

li > ul {
    top: auto;
    left: auto;
    }

ul li a {
    display: block;
    text-decoration: none;
    font-family: helvetica;
    font-size: 12px;
    color: #fff;
    background: #33ff00;
    border-top: 0;
    padding: 5px;
    text-align: center;
    }
    

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */



li:hover ul, li.over ul { display: block; } 
ul li a:hover { color: #FB72AF; background:#92FB78}

/*----------------end nav bar--------------------------*/    