@charset "utf-8";
/* CSS Document */




body {
	background-color: #FF4600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-image: none;
	
}

a:link {
	color:#ff4600;
	text-decoration: none;
}

a:visited {
	color: #ff4600;
	text-decoration: none;
}

a:hover {
	color: #646969;
	text-decoration: none;
}

.auto_center {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.content {
	height: 100%;
	width: 600px;
	position: relative;
	background-color: #FFF;
	left: 30%;	
}

.content_container {
	height: 72%;
	width: 110%;
	position: fixed;
	top: 18%;
	right: -50px;
	background-color: #FFF;
	
}
.content_left {
	float: left;
	width: 185px;
	height: 75%;
	position: relative;
	top: 10%;
	overflow: hidden;
}
.content_right {
	height: 75%;
	width: 400px;
	position: relative;
	float: right;
	top: 10%;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 5px;

}


.content_iframe {
	height: 100%;
	width: 90%;
	position: relative;
	background-color: #FFF;
	left: 0%;	
}


.header {
	height: 28%;
	width: 85%;
	position: fixed;
	top: 0px;
	right: -50px;
	background-image: none;
	background-repeat: repeat-x;
	background-position: bottom;
}
.header_container {
	height: 100%;
	width: 600px;
	position: relative;
	left: 30%;
}
.header_logo {
	float: left;
	height: 100%;
	width: 500px;
	background-image: url(../images/logo_kn.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.flight {
	float: left;
	position: relative;
}
.fright {
	float: right;
	position: relative;
}
.footer {
	height: 11%;
	width: 110%;
	position: fixed;
	bottom: 0px;
	right: -50px;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
}
.footer_copyright {
	position: absolute;
	bottom: 0px;
	left: 25%;
	width: 600px;
	padding-bottom: 15px;
	color: #812F12;
}
.footer_menu {
	width: 600px;
	position: relative;
	bottom: 0px;
	left: 30%;
	margin-top: 20px;
}
.footer_menu a {
	color: #812F12;
	text-decoration: none;
	border-top-style: solid;
	border-top-width: 5px;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-top-color: #FF4600;
	text-transform: uppercase;
}
.footer_menu a:hover {
	color: #000;
	border-top-color: #000;
}
.footer_menu a:active {
	color: #FFF;
	border-top-color: #FFF;
}
