div#pageHeader {
	display: none;
	visibility: hidden;
}

div#wrapper {
	width: 100%;
	overflow: visible;
}

div#mainWrapper {
	overflow: visible;
	width: 100%;
}

div.mainIn {
	overflow: visible;
	width: 100%;
}

html > body #mainWrapper {
	width: 100%;
}

div#leftWrapper {
	display: none;
	visibility: hidden;
}

div#rightWrapper {
	display: none;
	visibility: hidden;
}

div.post {
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid; 
	page-break-inside: avoid;
}

img {
	display: block;
	page-break-inside: avoid; 
	page-break-after: avoid;
}

blockquote, table, pre {
	page-break-inside: avoid;
}

ul, ol, dl {
	page-break-before: avoid;
}

div#pageHeader img {
	display: none;
	visibility: hidden;
}

div#feedback_container {
	display: none;
	visibility: hidden;
}
