#framecontent{
	position: static;
	overflow:hidden;
	display: none;
	width: 0;
}

#maincontent{
	position: static;
	overflow: hidden;
	width: auto;
	right:;
	bottom:;
}

.PrintInv {
	overflow:hidden;
	display: none;
}

* html body{ /*IE6 hack*/
padding: 0 0 0 0px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

