/* Print style for PCmend.net (c) 2006 */


/* hide the main menu*/
#main_menu{
	display: none;
}

/* hide the left menu */
#left_menu {
	display: none;
}

/* Make the main column fill the space */
.main_column{
	float: none;
	margin: 0;
	display: block;
	width: 99%;
}
/* hide the tabs */
.tabRow{
	display: none;
}
/* footer */
#footer{
	position: static;
}
/* hide the search box */
#search * {
	display: none;
}