/* 2 Column Right settings */
.threecol .colmid {
right:0;
}

.threecol .colleft {
right:85%;				/* width of the middle column */
}

.threecol .col1 {
width:84%;				/* width of center column content minus 1% for IE */
}

.threecol .col2 {
width:15%;				/* Width of left column content (column width minus padding on either side) */
left:0%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.threecol .col3 {
display:none;
}
