@CHARSET "UTF-8";

/*
 * Makes a two-column layout from the three-column layout.
 */

#colright {
	margin-left: -190px;
}

#col1pad {
	margin-left: 190px;
}

#col2 {
	left: 0;
}

#col3 {
	display: none;
}