/* CSS Document */

@media print{
	.navi,
	.subnavi,
	.header,
	.content-img,
	.content-spacer,
	.signature,
	.design-top,
	.design-head,
	.design-footer,
	.design-left,
	.design-nav,
	.menu	{
		display: none;
		background: #fff;
	}
	
.design-right {
	margin-top:0;
	width:100%;
	}

.design-topleft {
	width:100%; 
	padding-top: 10px;
	}

	#upper, #left_col, #right_col  {
		display: none;
		background: #fff;
				}

	.content{
		position: static;
		margin-left: 0px;
		width:100%;
		top: 1px;
		background-color: #fff;
		height: 100%;	
		color: black;	
	}
	
	BODY,
	.container{
		background-color: #fff;		
	}
	.container{
		height: 100%;
	}

}
