@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../poppix/klat.png);
	background-repeat: no-repeat;
	background-position: 500px 0px;
	background-attachment: fixed;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;
	margin: 0 auto;
	text-align: left;
	overflow: inherit;
} 
.thrColAbsHdr #header {
	top: 0px;
	right: 0px;
	left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
	width: 0px;
	position: static;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	right: 0px;
	width: 180px;
	left: 590px;
	bottom: 0px;
	vertical-align: top;
	border-left-style: none;
	top: 270px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	white-space: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	background-attachment: inherit;
	background-image: url(../poppix/klat2.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	height: auto;
	overflow: visible;
}
.thrColAbsHdr #sidebar1 {
	width: 142px;
	top: 165px;
	padding-right: 10px;
	border-right: 1px;
	border-color: #CCCCCC;
	border-right-style: solid;
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: visible;
}
.thrColAbsHdr #mainContent {
	position: absolute;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 170px;
	top: 153px;
	left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 402px;
	padding: 0px;
	overflow: visible;
	text-align: left;
}
