@media print {

#header {
	text-indent: 0;
	background: none;
}
#header span {
	display: none;
}

#header #title {
	display: block;
	float:left;
	width:970px;
	position: inherit;
	height: auto;
	text-indent: 0;
}

.sctnIntro div h3 {
	text-indent: 0;
	background: none;
}
.sctnIntro div h3 span {
	display: none;
}
h3.infoTex {
	text-indent: 0;
	background: none;
}
h3.infoTex span {
	display: none;
}

}