body {
	margin: 0;
	padding: 0;
	background: #fff;
}

#header {
	width: 647px;
	height: 105px;
	margin: 0 auto 10px auto;
	text-align: center;
	background: #fff url('../assets/Image/print_header_bg.gif') repeat-x;
}

#header ul {
	display: none;
}

h1 {
	background: #fff url('../assets/Image/print_header.jpg') no-repeat;
	color: inherit;
	margin: 0;
	width: 255px;
	height: 105px;
	float: none;
}

#content {
	width: 647px;
	float: none;
	border: 1px solid #2646a1;
	padding-bottom: 20px;
}

#left {
	display: none;
}

#clearing {
	display: none;
}

#w_footer {
	display: none;
}

#footer {
	background: #fff;
	border: none;
	width: 647px;
}

#footer .image {
	width: 647px;
}

#footer .text {
	background: #fff;
	width: 647px;
	float: none;
}

p.copy {
	display: none;
}

.printshow{
	
	display: inline;
}



