/* 75% width column
NOTE: IE creates a 1px rounding error when rendering
a 75% width next to a 25% width column (most notable
in single.php). To avoid this, the 75% width column
is actually 74% wide.
 */
.col75 { width:74%; }