/* special CSS to set different column width on the Intranet pages */

/* left column */
#col3 {
	margin-right: 600px !important;
}

/* right column */
#col1 {
	width: 600px !important;
}

#submenu {
	width: auto;
}