#leftside {
	display: none;
}
#mainmenu {
	display: none;
}
#rightside {
	position: relative; left: 0px;
	width: 666px; /* adjust print width for IE */
}
html>body #rightside { width: 791px; }  /* put it back in FF */

#box { width: 666px; } /* adjust print width for IE */
html>body #box { width: 791px; }  /* put it back in FF */

#copyright { width: 666px; } /* adjust print width for IE */
html>boody #copyright { width: 791px; } /* put it back for FF */