html {
	height:100%
}

body {
	height:96%; 
	font: 11pt  "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, San Serif;
	background: #f1f1f1;
	line-height:1.5;
	margin:10px 0;
}

#bodytop {
	clear:both; 
	display: block; 
	margin: 0px auto;
	width: 994px;
	height:14px;
	background: transparent url(../images/web_ui/bg-content-top-l.png) no-repeat;
}

#body {
	display: block; 
	float:center;
	margin: 0px auto;
	width: 994px;
	min-height:95%;	
	overflow:hidden;
	background: transparent url(../images/web_ui/bg-content.png) repeat-y 0% 100%;
}

#bodybottom {
	display: block;
	margin: 0px auto;
	width: 994px;
	height:2%; 
	background: transparent url(../images/web_ui/bg-content-bottom.png) no-repeat;
}

#bodyheader {
	float:none;
	clear:both; 
	width:974px;
	height: 20%; 
	margin: 0 10px 10px 10px; 
	text-align:center;
}

#nav {
	float: left;
	background: url(../images/web_ui/nav_bg.gif) 127px 0 no-repeat;
	width: 122px;
/*	height: 500px;*/
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 10px;
	text-align:right;
}
#pagedesc {
	float:left;
	background: url(../images/web_ui/nav_bg.gif) 167px 0 no-repeat;
	width: 162px;
	height:68%;
	padding: 0px 10px 0px 0px;
	margin: 0 0 0 10px;
}
#pageheader {
	float:left;
	width:832px;
	height:7%;
	clear:right;
	font-size: 24px;
	font-weight: bold;
	margin: 0 10px 10px 10px;
}
#pageheader span {
	font-weight: normal;
}
#pagecontent {
	float:left;
	width: 650px;
	clear:right;
	height:100%;
	margin: 0 10px 0 10px;
	padding: 0 0 20px 0;
}
#footer {
	clear:both; 
	display: block; 
	margin: 0px auto;
	width: 994px;
	height: 230px;
	background: transparent url(../images/web_ui/bg-content.png) repeat-y 0% 100%;
}
#footer div {
	background-image: url(../images/web_ui/knkt_footer.gif);
	width: 951px;
	clear: both;
	height: 32px;
	text-align: center;
	padding: 198px 6px 0px 6px;
	margin: 0 15px 0px 16px;
	color: #ffffff;
}
.content_left {
	float:left;
	width:58%;
	background: url(../images/web_ui/nav_bg.gif) 395px 0 no-repeat;
	height:100%;
	padding: 6px 16px 6px 6px;
}
.content_right {
	float:left;
	width:36%;
	height:100%;
	padding: 6px;
}

