@charset "utf-8";
* {
	margin: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #082D64;
	border-right-color: #082D64;
	border-bottom-color: #082D64;
	border-left-color: #082D64;
}
#wrapper #logoheader {
	background-color: #000000;
	height: 50px;
	width: 800px;
}
#wrapper #kcheader {
	height: 150px;
	width: 800px;
	background-image: url(../images/kcsky.jpg);
}
#wrapper #navigation {
	background-color: #666666;
	height: 35px;
	width: 800px;
}
#wrapper #leftbox {
	background-color: #FFFFFF;
	float: left;
	height: 340px;
	width: 440px;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #323232;
}
#wrapper #topright {
	background-color: #CCCCCC;
	height: 30px;
	width: 280px;
	clear: right;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #09336F;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
}
#wrapper #bottomrght {
	background-color: #CCCCCC;
	height: 350px;
	width: 300px;
	float: right;
}
#wrapper #footer {
	background-color: #AEADAB;
	height: 50px;
	width: 800px;
	clear: both;
	background-image: url(../images/footerKC9.jpg);
}
