/* Elements that should not be displayed in print mode */

#content .left,
#content .right,
#content .tools,
#header .date,
#navigation,
#search_box,
#footer ul {
	display: none;
}

#header {
	background: none;
	height: auto;
}

#header h1 a {
	text-indent: 0;
	background: none;
}

#content .center {
	width: auto;
	margin: 0;
}

#content p {
	color: #000;
}
