@charset "utf-8";

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/click-gallery-previous-next.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#gallery {
	margin: 0 auto;
	font-family: "AR CHRISTY", "AR BERKLEY", "Comic Sans MS";
	font-size: 24px;
	font-weight: normal;
	color: #FF9900;
	text-align: center;
}

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

#container {
	width: 968px;
	background: #667;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	top: 10px;
	bottom: 10px;
}
#banner {
	position: relative;
}
#kak_menu {
	position: absolute;
	top: 79px;
	right: -2px;
	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;
}

#left_column, #center_column, #right_column {
	width: 316px;
	float:left;
}

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