/* Print Style Sheet */
@media print {

body {
	background:white;
	color:black;
	margin:0
}

blockquote    {
	border-left: 2px solid #aeaeae;
	margin-left: 1.5em;
	padding-left: 0.5em;
}

#header {
	display:none;
}

#menu {
	display:none;
}

#content{ margin-left:0; 
     float:none; 
     width:auto }

#footer {
	display:none;
}



#commentlist li{
	border-bottom: 1px dotted #AFA8A8;
}

#commentboxes {
	display:none;
}

#button {
	display:none;
}

}