body {
	background-color: #000000;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}
table {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
.logo {
	background-image:url(imgs/logo.png);
	width:209px;
	height:191px;
}
.home {
	background-image:url(imgs/kyplace.png);
	width:576px;
	height:190px;
}
.lunch {
	background-image:url(imgs/lunch.png);
	width:576px;
	height:190px;
}
.dinner {
	background-image:url(imgs/dinner.png);
	width:576px;
	height:190px;
}
.banquet {
	background-image:url(imgs/banquet.png);
	width:576px;
	height:190px;
}
.wine {
	background-image:url(imgs/wine.png);
	width:576px;
	height:190px;
}
.background {
	background-image:url(imgs/bg.png);
	padding-bottom:50px;
}
.grand {
	background-image:url(imgs/grand.png);
		background-repeat: repeat-x; 
}
.heading {
	color:#f1f2bd;
	background-image:url(imgs/headingBG.png);
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
}
.bgheaderfooter {
	background-image:url(imgs/bgheaderfooter.png);
}
.navi {
	background-image:url(imgs/navibg.png);
	color: #f1f2bd;
	font-size:14px;
	padding-bottom:10px;
	
}
.navi ul {
margin: 0;
padding: 0;
list-style-type: none;
line-height:25px;
}
.navi a  {
display: block;
color: #f1f2bd;
width: 100%;
text-decoration: none;
}
.navi a:hover {
background-color: #00471e;
}
.space {
	margin-left:15px;
	margin-right:15px;
}
.naviheader {
color: #f1f2bd;
background-color: #00471e;
	padding-top:15px;
	padding-bottom:15px;
}
.footer{
	color:#FFFFFF;
	font-size:10px;
}
a {
	color: #f1f2bd;
	text-decoration:underline;
}
a:hover {
	color: #f1f2bd;
	text-decoration:none;
}


