/*//////////////////////////////////
// FIX IE 3px JOG BUG             //
//////////////////////////////////*/
/* Hide from IE5-mac. Only IE-win sees this. \*/
/* this fixes the 3px jog bug in IE */
* html #column_left {
    margin-right: 0px;
    }

* html #column_right {
    height: 1%;
/*    margin-left: 0;*/
    }
/* End hide from IE5/mac */
/*//////////////////////////////////
// end FIX IE 3px JOG BUG         //
//////////////////////////////////*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
