/* print CSS file */

body {
	background-color: #fff;
	color:#000;
}
#header, #navlist, #footer {
	display: none;
	width:0px;
}
div#wrap {
	background:#fff;
	margin:0 auto;
	width:640px;
	border:1px solid #fff;
}
div#content {
	text-align:left;
	width:600px;
}
.contentx {
	width:190px;
}
.logo {
	display: block;
}
.quotebox {
	text-align:left;
	width:570px;
	margin:auto;
}