/*		DISPLAY TWO COUMNS										*/

/* 		widen second column 									*/
#main {
    	width: 60%;
    	_width: 60% !important;
    	border-right: 0;
		}

/* 		hide third column										*/
#sidebar {
    	display: none;
		}