/* Validated by W3C CSS Validation Service */
* { margin: 0; padding : 0 ; text-align : center }


html, body { height: 100%; }

#wrapper 
{ 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px; /* the bottom margin is the negative value of the footer's height */
}

#hdr { height: 275px; 
       background : black; 
       font-family: "Times New Roman", Times, serif; 
       font-size: 60px;
       color: white;
}



#ftr { padding: 35px; 
       height: 75px; 
       background : black }


#nav { float : left ; width : 300px ;
 ul {
    list-style: square outside none;
}
	   margin-left: 6px;
       background : black;
       font-family: "Times New Roman", Times, serif; 
       font-size: 25px;
       color: white;  }
       
a:hover {
  		background-color: red;}


#FP { float : right ;  
       width : 220px ;
	   margin-right: 200px; 
       background : black 
       font-family: "Times New Roman", Times, serif; 
       font-size: 25px;
       color: white;}

a:hover {
  		background-color: red;}

#txt { margin : 0 0px ; background : black }



