/******//*CSS HACKS*//******/
/*used on the content div to make sure it expands to contain all of it's floated content!*/
/*http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {  
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/******//*CSS HACKS*//******/