/*CSS OVERRIDES FOR EXTERNAL PAGES */

#container {
	padding-right: 0;
	overflow: hidden;
	background: none;
}
#col_right {
	display: none;
}
/* IE6 Fix */
* html #col_left {
	left: 0;			/* col_right fullwidth */
	background: none;
}
