#banner {
	float: left;
	padding-bottom: 15px;
	width: 938px;
}


/* self-clearing floats*/
#whatever-goes-here:after
{
	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
}