/* commented backslash hides from ie5mac \*/ 
html{
	background: #FFFFFF; 
	height:100%;
	margin:0;
	padding:0
	
} 
/* end hack */ 

html,body {
	padding:0;
	margin:0;
	background-color: #fff;
	font-size: 11px;
	font-family: "Arial", verdana, sans-serif;
	font-weight: normal;
	text-align: center;
}



#wrapper {
	margin: auto;
	margin-top: 22px;
	width: 857px;
}


#Layer01 {
	background: url('images/bg/kc_v1_main_bg.jpg') top center repeat-y;
	width: 857px;
}


#Layer02 {
	width: 849px;
	margin: auto;
	text-align: left;
	background: url('images/kc_v1_content_bg.jpg') top center no-repeat;
	padding-bottom: 15px;
}

#Layer02_home {
	width: 849px;
	margin: auto;
	text-align: left;
	background: url('images/bg/bg_home.jpg') top center no-repeat;
	padding-bottom: 15px;
	min-height: 400px;
}

#Layer02_what{
	width: 849px;
	margin: auto;
	text-align: left;
	background: url('images/bg/bg_what.jpg') top center no-repeat;
	padding-bottom: 15px;
	min-height: 400px;
}

#Layer02_what_g{
	width: 849px;
	margin: auto;
	text-align: left;
	background: url('images/bg/bg_what_g.jpg') top center no-repeat;
	padding-bottom: 15px;
	min-height: 400px;
}

#Layer02_who{
	width: 849px;
	margin: auto;
	text-align: left;
	background: url('images/bg/bg_who.jpg') top center no-repeat;
	padding-bottom: 15px;
	min-height: 400px;
}

#Layer02_contact{
	width: 849px;
	margin: auto;
	text-align: left;
	background: url('images/bg/bg_contact.jpg') top center no-repeat;
	padding-bottom: 15px;
	min-height: 400px;
}


#Layer02_links{
	width: 849px;
	margin: auto;
	text-align: left;
	background: url('images/bg/bg_links.jpg') top center no-repeat;
	padding-bottom: 15px;
	min-height: 650px;
}

#Layer02_generic{
	width: 849px;
	margin: auto;
	text-align: left;
	/*background: url('images/bg/bg_contact.jpg') top center no-repeat;*/
	background: #fff;
	padding-bottom: 15px;
	min-height: 400px;
	
}


#content {
	width: 687px;
	margin-left: 81px;
	margin-top: 85px;
	font-size: 16px;
}

#content_generic {
	width: 687px;
	margin-left: 81px;
	margin-top: 18px;
	font-size: 16px;
}

#content H3 {
	color: #51b3e0;
	margin-bottom: 5px;
}

#footer {
	background: url('images/kc_v1_bottom_bg.png') top center no-repeat;
	width: 857px;
	height: 69px;
	padding-top: 10px;
	font-size: 15px;
	padding-bottom: 20px;
	text-align: left;
	margin-top: -10px;
}

.footer_links {
	padding-left: 80px;
	padding-top: 1px;
}

#footer A {
	color: #000;
	text-decoration: none;
}


#footer A:hover {
	color: #FFF;
	text-decoration: none;
}

a:link {color:#51b3e0; 
		text-decoration: none;
		
}
     
a:visited {color:#62BA46;
			text-decoration: none;
}
 
a:hover {color:#F8D400;
		text-decoration: none;
		
}