@media print {
	.main_bg {
		vertical-align:top !important;
		padding:0px !important;
		height:100% !important;
		width:100%;
	}
	.main_wrapper {
		height:100%;
		width:660px !important;
	
		
	}
	.page {
		height:100%;

	}
	.main_print {
		
	}

	.page_content .inner_hdr {
		padding:0px 0px 0px 0px;
	}
	.main_content {		
		height:auto !important;
		padding:0px !important;
		width:660px !important;
	}
	.main_content table.hf {
		width:660px !important;
		margin:0px;		
	}
	.page_content_print {
		height:100% !important;
		
	}

	.outer {
		height:auto!important;
		width:auto!important;
		border:none;
	}

	.inner {
		height:auto !important;
		width:auto !important;
		overflow:visible !important;
		position:relative !important;
		border:none;
		
	}

	.print_contacts {	
		width:660px;	
	}

	.print_contacts td {
		padding:10px 20px 10px 30px;		
	}

	.back, .to_title, .to_top {
		display:none;
	}

	.right_side {
		display:none;
	}

	/* header */
	.header {
		width:100%;
	}
	.header td {
		vertical-align:bottom;
	}
	.header .logo {
		padding:7px 9px 8px 0px;
	}
	/* header */

	.pi_club tr.subhead_title td {
		padding:13px 0px 8px 37px;
	}
	
	.main_div {
		vertical-align: top !important;
		border: 1px solid blue !important; 
	}

}