html, body
{
	padding: 0px;
	margin: 0px;
}

div.header
{
	height: 84px;
	width: 100%;
	position: fixed;
	top: 24px;
	z-index: 3;
}

div.headerMenu
{
	height: 24px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 3;
	text-align: right;
}

div.menu, table.menu
{
	width: 265px;
	height: 100%;
	position: fixed;
	top: 104px;
	left: 0px;
	z-index: 2;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

table.menu td, table.content td
{
	vertical-align: top;
}

table.menu div.leftMenu td
{
	vertical-align: middle;
}

div.content, table.content
{
	position: absolute;
	top: 114px; /*header height*/
	left: 266px; /*menu width*/
	right: 0px;
	z-index: 1;
	padding-left: 0px;
	padding-right: 50px;
	padding-bottom: 95px; /*footer height (for Opera)*/
	text-align: justify;
}

div.footer
{
	height: 88px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 3;
}
