@charset "UTF-8";
/* CSS Document */

div.container
{
	padding: 0;
	width: 900px;
	background-color: #FFF;
	background-image: url(images/kc_website_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 677px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#logo
{
	text-align: center;
	margin-bottom: 35px;
	margin-top: 110px;
	float: left;
	margin-left: 226px;
}

#content
{
	clear: both;		
	
}

#leftcontent
{
	float: left;
	margin-left: 86px;
	width: 100px;
	margin-top: 50px;	
}

#navboxes
{
	margin-bottom: 20px;		
	

}

.hometext
{
	color: #a28800;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}