body {
	/* background-image:url(/images/kcpc_template.png); */
	
	background-color: #EEEFF1;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363333;
	padding:0;
	height:100%;

	
	
	
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #aa4727;
}


h6 {
	font-size: 10px;
}

td {
	font-size: 12px;
	
}



	
a:hover {
	color: #aa4727;
	text-decoration: underline;
	
}

a:visited {
	color: #aa4727;
	
}

a:link {
	color: #aa4727;
	text-decoration: none;
}


#navigation {
	width: 100%;
	margin: 0 auto;
	height: 260px;	
	position: absolute;
	text-align:center;		
}

#main {
	
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position:center top;
}



#container{
	width: 960px;
	padding-top: 260px;
	padding-bottom: 100px;
 
	
} 
#top {
	text-align: left;
	padding-left: 15px;
}

#sitemap {
	padding-top: 30px;
	margin: 0;
	text-align:center;
	padding-bottom:5px;
	color: #333;
	border:none;
	border-style:none;
	
}


#footer {
	/* position:absolute; */
   bottom:0;
   width:100%;
 	background: #414447;
	color: #ffffff;
	padding-top: 25px;
	margin: 0;
	text-align:center;
	padding-bottom:15px;
	height: 40px;
	font-size: 10px;
}

#bottom {
	background-color: #414447;
	margin: 0;
	height:auto;
	
}