html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	overflow: hidden; 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	}

#head {
	position:absolute; 
	margin-left:-391px; 
	left:50%; 
	top:0; 
	width:780px; 
	min-width:780px; 
	height:72px; 
	z-index:5; 
	}

* html #head {
	top:2px; width:782px; height:70px;
	}

#headerbar {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 100%;
	height: 48px;
	background-color: #999999;
	border: 1px solid #000000;
	}

#headerlogo {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 115px;
	height: 45px;
	}

#headertext {
	position: absolute;
	top: 5px;
	left: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:70px; 
	/* bottom:52px; */
	width:780px; 
	margin-left:-391px; 
	left:50%; 
	}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:782px;
	border-top:74px solid #fff; 
	/* border-bottom:50px solid #fff; */
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	}

img.floatleft {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	}

#k2-left-scroll {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:70px; 
	/* bottom:52px; */
	width:525px; 
	margin-left:-391px; 
	left:50%; 
	}

* html #k2-left-scroll {
	top:0; 
	bottom:0; 
	height:100%;
	width:527px;
	border-top:74px solid #fff; 
	/* border-bottom:50px solid #fff; */
	}

#k2-right-fix {
	display:block; 
	overflow:hidden; 
	position:absolute; 
	z-index:3; 
	top:70px; 
	/* bottom:52px; */
	width:255px; 
	margin-left:136px; 
	left:50%; 
	}

* html #k2-right-fix {
	top:0; 
	bottom:0; 
	height:100%;
	width:257px;
	border-top:74px solid #fff; 
	/* border-bottom:50px solid #fff; */
	}
