/* IE6 - font size bug */
* html body {
 font-size: 1em;
}

/* IE6 - whole link */
* html #mainNav a {	
 height: 1px;
}

/* IE6 - double margin */
* html #content .fl,
* html #content .fr {
 display: inline;
}

/* IE5.5 - float margin */
* html #content .picture,
* html #content #picture {
 float: none;
 f\loat: left;
}

