#preview{
	display: none;
}
/*****
*****/
#pagenumber :before {
	content: counter(page);
}

#pagecount :before {
	content: counter(pages);
}

#header {
	border-bottom: 1px solid Black;
	font-size: 0.8em;
	font-style: italic;
	text-align: left;
	font-weight: normal;
}

#footer {
	font-size: 90%;
	font-style: italic;
	position: running(footer);
	text-align: right;
	display: block;
}

@page {
	size: letter;
	@bottom-right{ content: element( footer); }
}

#bd .yui-b {
	display: none;
	margin-left: 0px !important;
	padding-left: 0px !important;
	width: 0px !important;
}

#yui-main .yui-b {
	display: block;
	width: 100% !important;
}

#yui-main {
	padding-left: 0px;
}