body, a img, iframe { border: 0px none; }

body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

div.outterwindow
{
	position: absolute;

	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	min-width: 800px;
	min-height: 600px;
	max-width: 1280px;
	
	z-index: 1;
	border-size: 3px;
	border-style: solid;
}

div.statusbar
{
	position: absolute;
	top: 149px;
	left: 2px;
	right: 2px;
	height: 13px;
}

div.contentwindow
{
	position: absolute;
	left: 2px;
	top: 200px;
	right: 2px;
	bottom: 64px;
	z-index: 10;
	overflow: auto;
}
div.withleftmenu
{
	left: 205px;
}

h1
{
	display: block;
	min-height: 30px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 25px;
 	padding-top: 5px;
 	padding-bottom: 5px;
 	padding-left: 10px;
 	padding-right: 20px;
}

@media screen {
	.print	{	display: none;	}
}
@media print {
	.screen	{	display: none;	}

	h1
	{
		text-align: center;
	}
	div.statusbar
	{	display: none;	}

	div.outterwindow
	{
		border-size: 0px;
		border-style: none;
	}
	div.withleftmenu
	{
		top: 0px;
		left: 0px;
	}
}