@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #faf282;
	background-color: #d1cb7a;
	text-align: center;
	margin: 0px;
}
#container {
	background-color: #515038;
	text-align: left;
	height: auto;
	width: 750px;
	border: 1px solid #515038;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	background-color: #D1CB7A;
}
#header {
	background-color: #D1CB7A;
	background-image: url(../images/kka_banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	height: auto;
	width: 745px;
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 0px;
	letter-spacing: 0.1em;
}
.kka {
	font-size: 150%;
	font-weight: bolder;
	margin-right: 20px;
}
#menuHor {
	color: #353424;
	background-color: #D1CB7A;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
	text-align: right;
	margin: 0px;
	height: 24px;
}
#menuHor ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
}

#menuHor ul li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	height: 20px;
}
#menuHor li a:link, #menuHor li a:visited {
	color: #515038;
	text-decoration: none;
}
#menuHor li a:hover, #menuHor li a:active {
	color: #BD532B;
	text-decoration: none;
}


#maincontent {
	background-color: #515038;
	margin-top: 0px;
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	clear: both;
}
#maincontent a {
	color: #faf282;
	text-decoration: none;
}
#maincontent a:hover, #maincontent a:active {
	color: #C78038;
	text-decoration: none;
}


#mainLeft {
	float: left;
	width: 365px;
}
#mainRight {
	float: right;
	width: 340px;
}
#galleriesLeft {
	float: left;
	width: 365px;
	text-align: center;
}
#galleriesLeft a {
	color: #faf282;
	text-decoration: none;
}

#galleriesLeft img {
	border: 1px solid #A6A75B;
}

#galleriesRight {
	float: right;
	width: 340px;
	text-align: center;
}
#contactLeft {
	float: left;
	width: 280px;
	margin-left: 25px;
	padding-right: 30px;
}

h2 {
	font-size: 140%;
	font-style: italic;
	font-weight: normal;
}



#container #maincontent img {
	border: 1px solid #A6A75B;
}
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #83815A;
}

#footer {
	font-size: 70%;
	color: #FAF282;
	text-align: right;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #515038;
	padding-right: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FAF282;
}
#linksRight {
	float: right;
	width: 315px;
	padding-left: 40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D1CB7A;
}

