/*
 * print.css
 *
 * Copyright 2006, 2007, 2008 Reora, Inc.
 * last revised: 01/25/08
 *
 */

#tabnav, #menubox, .tabbar
{
	/* make every effort possible to make IE really hide these elements!!!!! */
	
	position: absolute;
	left: -10000px;
	overflow: hidden;
	height: 0;
	display: none;
}

body {
	background: none;
}