html, body {
	height: 100%
}
body {
	margin: 0;
	padding: 0
}
.halfspace {
	line-height: 6px;				}

div#header {
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/top_bg.gif')
}
div#menu_wrapper {
	width: 100%;
	height: 20px;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 37px;
	background-color: black
}
ul#menu_root {
	width: 590px;
	position: absolute;
	top: 0px;
	left: 206px;	
}
div#left {
	width: 206px;
	height: 100%;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #A2A473
}
div#content {
	z-index: 0;
	position: absolute;
	top: 60px;
	left: 206px;
	padding-left: 40px;
	padding-right: 140px
}
div#right {
	height: 100%;
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #3C508D
}
h1 {font-family:Arial;text-align:center;color:black;font-size:8pt}
