body {
	margin: 0;
	font-family: Arial;
}

img {
	border: 0;
}

#logo {
	background-image: url(images/kk_logo.gif);
	background-repeat: no-repeat;
	width: 847px;
	height: 51px;
	margin-left: auto;
	margin-right: auto;

}

#header {
	background-image: url(images/banner.jpg);
	width: 847px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	padding-top: 194px;
	padding-left: 5px;
	padding-bottom: 11px;
	border-bottom: 12px solid #d4db1e;
}

#menu a:link, #menu a:visited {
	color: white;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	background-color: #b8d066;
	border: none;
	padding: 8px 14px 8px 14px;
}

#menu a:hover {
	background-color: #d1e19a;
}

#content {
	margin: 30px auto 0 auto;
	width: 847px;
	font: 11px Arial;
}

#content td {
	vertical-align: top;
}

#content ul {
	list-style-image: url(images/bullet.gif);
}

#footer {
	margin: 20px auto 10px auto;
	font: 11px Arial;
	text-align: center;
	line-height: 15px;
	border-top: 4px solid #d4db1e;
	width: 847px;
}

.screenshots {
	background-color: #e8f094;
	border-spacing: 10px 10px;
}

#content td.greenroundedbox {
	background-image: url(images/box.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;

	height: 60px;
	width: 50%;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
}

#content td.greenroundedbox a {
	border: none;
}

#content td.largegreenroundedbox {
	height: 60px;
	text-align: left;
	padding-left: 10px;
	text-decoration: none;
	font-weight: normal;
	background-image: url(images/largebox.gif);
	vertical-align: middle;
}

h1 {
	font-size: 13px;
}

a:link, a:visited {
	color:black;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #ff9c00;
}

input, textarea {
	border: 1px solid #b8d066;
	width: 350px;
}

input:focus, textarea:focus {
	background-color: #e8f094;
}

textarea {
	height: 100px;
}

/* showcase */

#showcase {
	position: relative;
}

#showcase ul {
	width: 800px;
	height: 300px;
	margin: 0 auto;	
}

#showcase ul li {
	width: 360px;
	height: 217px;
	float: left;	
	list-style-type: none;	
	list-style-image: none;
}	

#showcase img {
	border: 0;
	width: 100%;
	height: 100%;
}



