/* $Id: synterein-content-print.css 1430 2007-01-20 01:59:44Z aleclair $ */

/* Reformat layout using absolute positions (rather than floats). */
#column-left {
	position: absolute;
	margin: 0;
	}
#column-center {
	position: absolute;
	margin: 0;
	margin-left: 162px;
	}
#column-right {
	position: absolute;
	margin: 0;
	margin-left: 523px;
	}

/* Hide the footer, which is no longer properly positioned. */
#footer {
	visibility: hidden;
	}

/* Show the copyright notice in the right column. */
#print-copyright {
	visibility: visible;
	}