#wrapper{
	width:750px;
	/*margin:0;*/ /*Use this margin to left align the page */
}

/* 2 Column Left settings */
.threecol {
}

.threecol .colmid {

right: 188px}

.threecol .colleft {
right:562px;				/* width of the middle column */
}

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

.threecol .col2 {
display:none;  /* Hide left column*/
}

.threecol .col3 {
left:100%;				/* 100% - left column width*/

}