#mainiframeid {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}
#iframediv {
	float: left;
	width: 60%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	clear: right;
	top: 2px;
	clip: rect(auto,auto,auto,auto);
	position: fixed;
	height: 100%;
	overflow: visible;
}
#maintable #divrightdown {
	clip: rect(auto,auto,auto,auto);
	overflow: visible;
	visibility: visible;
	clear: none;
	position: static;
	float: right;
	width: 200px;
	top: 1px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
#maintable {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}
#maintable #menu {
	top: 50px;
	clip: rect(50px,auto,auto,auto);
	background-color: #FFFFFF;
}

