* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#bbb2a8;
	background-image:url(/Images/KC_Background2.jpg)
	color: #25150B;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}

h1 { font-size: 20px; margin-bottom: 10px; }
h2 { font-size: 16px; margin-bottom: 10px; }
p { font-size: 12px; line-height: 125%; margin-bottom: 10px; }

a { color: #967468; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
a img { border:0px; }

#imageData #caption, #imageData #numberDisplay {
	color:#000000;
}

.clear { clear: both; }

div#page-wrap {
	width: 1024px;
	height:2400px;
	margin: 0px auto;
	background-image:url(/Images/KC_Background2.jpg);

}

div#home-header {
	display: block;
	height: 367px;
}	

div#inside-header {
	display: block;
	height: 367px;
}	

.innerfade {
	list-style-type: none;
}

div#navbar {
	display: block;
	height: 44px;
	margin-left: 180px;
	margin-right: 122px;
}	

td.navbar-item {
	color: #25150B;
	font-size: 14px;
	padding-right: 52px
}

td.navbar-item-hover {
	color: #967468;
	font-size: 14px;
	padding-right: 52px
}

td.navbar-item-selected {
	color: #967468;
	font-size: 14px;
	padding-right: 52px
}

td.subnavbar-item {
	background: #f9f9f9;
	color: #000;
	font-size: 12px;
	padding: 6px !important;
}

td.subnavbar-item-hover {
	background: #666;
	color: #fff;
	font-size: 12px;
	padding: 6px !important;
}

td.subnavbar-item-selected {
	background: #000;
	color: #fff;
	font-size: 12px;
	padding: 6px !important;
}

div#home-content {
	display: block;
	height: 372px;
	margin-left: 80px;
	/* margin-right: 122px; 
	overflow: auto; */
}
	div#home-content div#left-col {
		float: left;
		text-align: left;
		width: 517px;
	}
	div#home-content div#right-col {
		float: left;
		padding-top: 119px;
		text-align: right;
		width: 305px;
	}

div#inside-content {
	display: block;
	height: 372px;
	margin-left: 4px;
	margin-right: 120px;
	/*overflow: auto;*/
}
	div#inside-content div#left-col {
		float: left;
		padding-top: 143px;
		text-align: center;
		width: 79px;
	}
	div#inside-content div#right-col {
		float: left;
		text-align: left;
		width: 819px;
	}
	/*div#inside-content div#left-col {
		float: left;
		padding-top: 143px;
		text-align: center;
		width: 79px;
	}
	div#inside-content div#middle-col {
		float: left;
		padding-right: 21px;
		text-align: left;
		width: 400px;
	}
	div#inside-content div#right-col {
		float: left;
		text-align: left;
		width: 268px;
	}*/

