html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: #fff;
	font-size: 9pt;
	font-family: verdana;
	/* \*/
	overflow: hidden;
	/* */
}

body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
}

#main {
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 170px;
	bottom: 60px;
	left: 210px;
	right: 0;
	background: #fff;
}

* html #main {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	max-height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
	z-index: 3;
	border-top: 170px solid #fff;
	border-bottom: 60px solid #fff;
	border-left: 210px solid #fff;
}

#head {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 170px;
	background: #fff;
	background-image: url(../gfx/headback.jpg);
	background-repeat: repeat-x;
	z-index: 5;
	overflow: hidden;
}

#foot {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 40px;
	background-color: #7b7b7b;
	background-image: url(../gfx/footback.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	z-index: 5;
	overflow: hidden;
	color: #fff;
	font-size: 80%;
	text-align: right;
}

#menu {
	position: absolute;
	left: 0;
	top: 170px;
	bottom: 50px;
	width: 210px;
	z-index: 4;
	overflow:auto;
	color: #fff;
	background: #fff;
	background-image: url(../gfx/menuback.jpg);
	background-repeat: repeat-y;
}

* html #menu {
	height: 100%;
	top: 0;
	bottom: 0;
	border-top: 170px solid #fff;
	border-bottom: 50px solid #fff;
	color:#fff;
}

#top {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	height: 170px;
	width: 886px;
	background: transparent;
	background-image: url(../gfx/header.jpg);
	background-repeat: no-repeat;
	z-index: 7;
}



#foot span {
	position: relative;
	top: -1.4em;
}

#foot a img {
	margin-right: 10px;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active {
	display: block;
	padding: 6px;
	padding-right: 50px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	text-align: right;
	position: relative;
	top: 40px;
	left: 0px;
}

#menu a:hover {
	text-decoration: underline;
}


div.clear {
	clear: both;
}
