body {
	background-color: #CCFF99;
}
#container {
	background-color: #FFFFFF;
	background-position: center;
	width: 705px;
	height: 600px;
	margin: auto;
}
#header {
	background-image: url(images/kchome_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 705px;
	height: 172px;
	text-indent: -9999px;
}
#navlist {
	background-image: url(images/kchome_nav.jpg);
	background-repeat: no-repeat;
	width: 147px;
	height: 428px;
	float: left;
}
#navlist ul {
	list-style-image: url(images/bullet.png);
	font-size: 13px;
	width: 147px;
	color: #FFFFFF;
	text-align: left;
	text-indent: -27px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	list-style-position: inside;
}
#navlist li {
	margin-top: 6px;
}
#navlist a:link {
	color: #002200;
	text-decoration: none;
}
#navlist a:visited {
	color: #002200;
	text-decoration: none;
}
#navlist a:hover {
	color: #CCFF99;
	text-decoration: none;
}
#navlist a:active {	
	color: #CCFF99;
	text-decoration: none;
}
#main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 503px;
	float: left;
	clear: right;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 30px;
	line-height: 120%;
}	 
#main a {
	color: #4E7122;
	text-decoration: none;
}