html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.menuitem {
	border-right: 1px solid transparent;
	cursor: pointer;
}

.menuitemsel {
	cursor: pointer;
}

.menuitemun {
	border-right: 1px solid transparent;
	cursor: pointer;
}

#leftbar {
	position: absolute;
	top: 150px;
	bottom: 150px;
	width: 150px;
	left: 0px;
	background: #FFFFC0;
	border: 1px solid #000;
}

#rightbar {
	position: absolute;
	top: 150px;
	bottom: 150px;
	width: 150px;
	right: 0px;
	background: #FFFFC0;
	border: 1px solid #000;
}

#centercontent {
	position: absolute;
	background: #ffffff;
	border: 0px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	overflow: auto;
	left: 152px;
	right: 152px;
	bottom: 38px;
	top: 146px;
	display: block;
}

#footer {
	position: fixed;
	bottom: 0px;
	margin-top: 38px;
}

#banner {
	position: absolute;
	top: 0px;
}

#content {
	padding-bottom: 38px;
}
