/* Print */

/* Turn off some things that don't need printing */
#sidebar,
#header {
	display:none;
}

/* Undo some of the Jello stuff */
#sizer {
	margin: 0 auto 0 auto; /* this centers the wrappers in standards browsers */
	width: 50%; /* here is the critical value for customizing the Jello behavior */
	max-width: 100%;  /* version for IE is at the bottom of this style block */
}

#container {
	width: 100%;
	float: right;
	margin-left: 30px; /* sidebar.width, content.margin-left, container.margin-left all related */
}
#content {
	margin-left: 30px; /* sidebar.width, content.margin-left, container.margin-left all related */
	padding-left: 10px;
}

.noprint {
	display:none!important;
	width:0;
	height:0;
}