@charset "utf-8";

body {
	font-family: "AR CHRISTY", "AR BERKLEY", "Comic Sans MS";
	color: #000;
	background-color: #667;
}
#banner {
	position: relative;
	background-color: #667;
}
/* CSS Document */

#container {
	width: 968px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	top: 10px;
	bottom: 10px;
	background-color: #667;
}
#kak_menu {
	position: absolute;
	top: 79px;
	right: 0px;
	bottom: 0px;
	height: 40px;
}



#container #main_image {
	background-repeat: no-repeat;
	position: relative;
	height: 194px;
	width: 300px;
	left: 334px;
	right: 334px;
	background-image: url(../mainimages/KAKLogo2VerySmall.jpg);
	top: 10px;
}

#gallery {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	font-weight: normal;
	color: #FF9900;
	width: 968px;
	margin: 10px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	top: 10px;
	bottom: 10px;
	background-color: #667;
}

#left_column, #center_column, #right_column {
	width: 316px;
	float: left;
	background-color: #667;
}

#center_column, #right_column {
	margin-left:10px;
}
#content {
	width: auto;
	position: absolute;
}

#bottom_banner {
	width: 968px;
}
