/*
Print CSS
Rui Zhang
2009-03
*/

* {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: static !important;
	text-indent: 0;
	overflow: visible !important;
	text-indent: 0 !important;
	color: black !important;
}

#wrap {
	width: 100%;
}

#side {
	display: none;
}


