﻿html,body {
	margin:0;
	height:100%;
	font-family:arial, sans-serif;
	font-size:small;
	padding: 0px;
}

div#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:996px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#header {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 90px;
	z-index: 5;
}
div#nav1 {
	background-image: url(bg/sup.gif);
	background-repeat: repeat-y;
	margin: 0px;
	height: 25%;
	width: 140px;
	float: left;
	position: absolute;
	top: 93px;
	overflow: auto;
	z-index: 1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.lframe {
	width: 140px;
	height: 400px;
	padding: 0px;
	z-index: 2;
	margin: 0px;
	float: left;
	position: absolute;
	top: 30%;
} 

.mframe {
	padding: 0px;
	z-index: 0;
	margin: 0px;
	float: right;
	position: absolute;
	overflow: visible;
	height: auto;
	width: auto;
	left: 140px;
	top: 95px;
	right: 0px;
	bottom: 40px;
}
div#table {
	padding-top: 9px;
}

div#nav2 {
	background-image: url(bg/sdown.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 35%;
	width: 140px;
	float: left;
	position: absolute;
	bottom: 37px;
	left: 0px;
	overflow: auto;
	z-index: 1;
}

div#footer {
	position:absolute;
	width:auto;
	bottom:0;
	background-color: #FFF;
	background-image: url(bg/down.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 37px;
	left: 0px;
	z-index: 0;
}
