body {
	font-family: Arial, Arial Black, Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
}
#title {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	width: expression(((document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth)) + "px");
	height: 69px;
	font-size: 24pt;
	text-align: center;
	background-color: #e07b12;
	background-color: lightblue;
}
#menu {
	position: absolute;
	top: 69px;
	left: 0px;
	height: expression(((document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)-69) + "px");
	bottom: 0px;
	width: 171px;
	background-color: #fefa5c;
	background-color: lightyellow;
	margin: 0px;
	padding: 10px;
}
.menu-item {
	margin-left: 0px;
	margin-top: 10px;
}
.submenu {
	margin-left: 20px;
}
#main {
	position: absolute;
	top: 69px;
	left: 171px;
	width: expression(((document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth)-171) + "px");
	height: expression(((document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)-69) + "px");
	right: 0px;
	bottom: 0px;
	background-color: #0090fa;
	background-color: #ffffff;
	margin-top: 0px;
}