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

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

.threecol .colmid {
	right:0;
}

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

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

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

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

}
