#screenme { display: none !important; }

html, body { height: auto; min-height: auto; }
body { background: none; font: 11pt Tahoma, Verdana, Arial, Helvetica, sans-serif; text-align: center; }

#header     { display: none !important; }
#navigation { display: none !important; }
#counter    { display: none !important; }
#subfooter  { display: none !important; }
#orphus     { display: none !important; }
#qmEditor   { display: none !important; }
.noprint    { display: none !important; }
#share_this { display: none !important; }

#wrapper    { width: auto; margin: 0 1%; height: auto; min-height: auto; background: none; border: none; overflow: visible; }
#wrapper .content    { margin: 0; text-align: left; float: none; overflow: visible; }

.column { width: 100%; }
.column.left { display: none; }
.column.right { width: 100%; }
body#id1 .column.left { display: block; width: 49%; }
body#id1 .column.right { margin-left: 1%; width: 49%; }


#footer     { clear: none; width: auto; margin: 2em 5% 0 5%; position: static; background: none; border-top: 1px black solid; }
#footer address { display: none !important;}
#footer cite    { display: inline !important; margin: 0 2em; }


@media screen {
 #screenme { display: block !important; text-align: right; font-size: 85%; margin: 1em 5% 0 5%; }
}
@media print {
 #screenme { display: none !important; }
}

