* 
{  
	    padding: 0;  
	    margin:0;  
} 

ul 
{  
	    list-style:none;  
}  

.float
{  
	    float: left;  
}  


.clear 
{  
	    clear: both;  
}

#container 
{  
	    width: 1000px;  
	    margin: auto;  
}  

#header 
{  
	    background-image:url('../images/title.gif');  
	    height: 100px;  
}
   