/* Print Style-Sheet  */

@page {
	size: auto !important;
	margin: 1cm !important;
}

body {
	background-color: white;
	width: 100%;
}

#header,
#headerimage,
#mainnav,
#breadcrumb,
#servicenav,
#rightpane,
#footer,
.leftpane,
.rightpane
{
	display: none !important;
}

div#container,
div.centerpane
{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

div#contentarea {
	height: auto;
	margin: 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

/*
#richtext a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;}

#richtext a[href^="/"]:after {
   content: " (http://alistapart.com" attr(href) ") ";
}
*/   