@charset "utf-8";
/* CSS Document */

a:active, a:focus{
	outline-style: none;
	-moz-outline-style: none;
}

img { border: none; } 

body{
	background-image: url(images/body_bckgrnd.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}

/*text styling */
.h1{
	font-weight: bold;
	line-height: 1.5;
}

/*text styling*/

#wrapper{
	width: 800px;
	/*height: 800px; /*KO*/
	background-color:#FFF;
	margin: auto;
	border-bottom: 1px solid #ccc;
}

#header{
	width: 780px;
	height: 105px;
	padding: 10px;
	border-bottom: 3px double #333;
	background-image: url(images/header_img.png);
	background-repeat: no-repeat;
}

#kl_logo{
	width: 300px;
	height: 100px;
	background-image:url(images/kl_logo.png);
	background-repeat: no-repeat;
}

#left_container{
	width: 249px;
	background-color:#fff;  /*KO*/
	float: left;
	border-right: 1px solid #ccc;
}

#right_container{
	width: 520px;
	/*background-color:#060; /*KO*/
	background-color: #fff;
	float: left;
	padding: 15px;
}

.headertxt{
	font-size: 20px;
	color: #0039af;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.bullets{
	list-style-image: url(images/bullet_circle.png);
	padding: 5px;
}

.bullets ul{
}

.bullets li{
	padding-left: 5px;
	margin-left: 10px;
}

#restaurants1{
	float: left;
	width: 260px;
	/*height: 100px; /*KO*/
	padding: 0px;
}

#restaurants2{
	float: left;
	width: 260px;
	/*height: 100px;  /*KO*/
}

#left_container_img{
	width:249px;
	height: 200px;
	background-image: url(images/img1.png);
	background-repeat: no-repeat;
}

.reserve_container{
	background-image:url(images/register_bckgrnd.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}


.reserve_img{
	width: 100px;
	height: 100px;
	float: left;
	background-color: #ccc;
}

.reserve_name{
	color:#a84b3c;
	float: left;
	padding-left: 5px;
	float: left;
	padding-top: 10px;
	width: 143px;
	font-weight: bold;
	font-size: 11px;
}

.reserve_link{
	width: 75px;
	height: 19px;
	float: left;
	margin-left: 65px;
	padding-top: 40px;
}

.reserve_spacer{
	width: 250px;
	height: 20px;
}

#image_bar{
	width: 518px;
	height: 100px;
	margin-bottom: 15px;
	background-image: url(img/bedImage.jpg);
	background-repeat: no-repeat;
	border: 1px solid #ccc;
}

#footer{
	width: 800px;
	height: 50px;
	background-image: url(images/footer_bckgrnd.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: auto;
	text-align: center;
	font-size: 10px;
	color: #333;
}