	/*hide what should not be printed*/
	#left, #top, #navprof, #navpat, .printbutton, .logo{
		display: none;
		background-image: none;
	}
	body, #main, #wrapper{
		background-image: none;
	}
	#content{
		margin-left: 0;
		width: 567px;
		/*background-image: url(/html/img/printhead.jpg);*/
		background-repeat: no-repeat;
		background-position: top 10px;
		background-color: #FFF;
		color: #000;
		display: visible;
		padding: 0px 0 5px 10px;
	}