@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	width:100%;
}
body {
	margin:0;
	height:100%;
	width:100%;
}

#f_con {
	min-height:100%;
	position:relative;
}

#main_con {
	height:inherit;
	position:relative;
	width:900px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:50px;
	background-image:url(images/background.png);
	background-repeat:no-repeat;
}

#header {
	height:62px;
	width:900px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}
						 

#botnav_con {
	width:100%;
	height:46px;
	bottom:0;
	position:absolute;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:center;	
}

#botnav {
	width:860px;
	height:inherit;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-top:15px;
}

#homecontent_con {
	height:300px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	background-image:url(images/kn_large.png);
	background-repeat:no-repeat;
	background-position:left;
	
}

#hometext {
	height:inherit;
	width: 350px;
	position:relative;
	margin-left:250px;
	top:60px;
}

#button_con {
	width:257px;
	height:42px;
	position:absolute;
	top:10px;
	margin-left:643px;
}

#top_bar {
	background-color:#E0DFDF;
	height:19px;
	background-image:url(images/top_bar.png);
	background-position:center;
	background-repeat:no-repeat;
}

.home_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	margin:0;
}

.home_head {
	font-size:200%;
}

.temp_head {
	font-size:120%;
}

.botnav_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#333;
	text-align:right;
	margin:0;
}

a.botnav_text:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
}

a.botnav_text:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	text-decoration:none;
}
	
a.home_text:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	margin:0;
	color:#333;
	text-decoration:none;
}

a.home_text:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	margin:0;
	color:#999;
	text-decoration:none;
}