/* CSS Document */

@media print{
	.navi,
	.subnavi,
	.header,
	.content-img,
	.content-spacer
	.signature {
		display: none;
		background: #fff;
	}
	
	#upper, #left_col, #right_col  {
		display: none;
		background: #fff;
				}

	.content{
		position: static;
		margin-left: 165px;
		top: 1px;
		background-color: #fff;
		height: 100%;	
		color: black;	
	}
	
	BODY,
	.container{
		background-color: #fff;		
	}
	.container{
		height: 100%;
	}

}

