@media print {
#col-left{
	display:none;
}
#col-right{
	float:left;
	width:720px;
	height:100%;
}
#printer {
	display:none;
}
#maincontent {
	font-family:Arial, Helvetica, sans-serif;
	overflow: visible;
	height:100%;
	width:720px;
}
#txtcontent {
	font-family:Arial, Helvetica, sans-serif;
	overflow: visible;
	height:100%;
	width:700px;
	color: #666666;
	text-align:justify;
}
#txtcontent p {
		text-align:justify;
}
#txtcontent p.title {
		color:#993366;
		font-weight:700;
}
}
