/* turn off navigation and banner */
#category, #subcategory, #banner, #divider, #rightNav {display: none}

/* remove position of contents */
#copyrights {position: static; width: auto; text-align: left; color: #000000;}

/* display the print header */
#printLogo {display: block}
#content {width:97%;border:0 solid #000000;padding:0px;margin:10px 0px 0px 0px;}

div.root {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #eeeeee;
  border: 0px solid #bb0000;
  text-align: left;
	font-size: 1.5em;
	overflow: visible;
}

div.main {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	background-color: #dddddd;
  border: 0px solid #000000;
	text-align: top;
	overflow: visible;
	position:absolute;
	top:0;
	left:0;
}