.topitems
{
	display:none
	}


* html #block_2,
#block_2{
	float:none;
	font-size: 10px;
	margin:0;
	padding:0;
	width:600px;
	overflow: visible;
	border: 0 solid;
}



#main_printhead{
	display:block;
	text-align:center;
	border-top:1px solid;
	border-bottom:1px solid;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom:15px;
	

}

#main_printhead_1{
	font-size:140%;
	font-weight:900;
}

#main_printhead_2{
	font-size:120%;
}

#main_printhead_3{
	padding-top:5px;
	font-size:8px;
	
}
#outer, #scrollbuttons{
	display:none;
}

#outer_print{
	display:block;
	position:relative;
	width:465px;  /* width of scroll box */ 
/*	height:440px;	/* height of scroll box */
	border:0px solid green;
	float:left;
}

#block1{
	width:465px;			/* width of scroll box */
	overflow:hidden;
	border:0px solid red;
	/* 2nd param=width of scroll box, 3rd param= height of scroll box */
/*	clip: rect(0px 465px 440px 0px);*/		/* top right bottom left:(topoffset) (width+leftoffset) (height+topoffset) (leftoffset) */
	position: absolute;
	top:0px;
	left:0px;
}



