#header {
	background: url(../images/header.jpg) no-repeat;
}

.page-bg {
	background: url(../images/page-bg.jpg) repeat-y;
}

.page-bg2 {
	background: url(../images/page-bg2.jpg) repeat-y;
}

.nav-bg {
	background: url(../images/nav-bg.jpg) no-repeat;
}

.body-pad {
	padding: 20px 3px 0 18px;
}

.nav-bot {
	background: url(../images/nav-bot.jpg) repeat-y;
}

.image-marg {
	margin-top: 7px;
}

.side-marg {
	margin-bottom: 7px;
}

.side-pad {
	padding: 20px 0 0 142px;
}

#weddings {
	background: url(../images/kitley-weddings.jpg) no-repeat;
} 

#restaurant {
	background: url(../images/kitley-restaurant.jpg) no-repeat;
}

#conferences {
	background: url(../images/kitley-conferences.jpg) no-repeat;
}

#reservations {
	background: url(../images/reservation.jpg) no-repeat;
}

#vouchers {
	background: url(../images/voucher.jpg) no-repeat;
	margin-top: 10px;
}

#hotel {
	background: url(../images/kitley-hotel.jpg) no-repeat;
}

#check-avail {
	background: url(../images/availability.jpg) no-repeat;
}

#call-us {
	background: url(../images/call-us.jpg) no-repeat;
}

#newsletter {
	background: url(../images/newsletter.jpg) no-repeat;
}

.border {
	background: #FFF;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.navmenu {
	width: 199px;
	padding: 0;
	margin: 0 0 0 7px;
}

.navmenu div.navs2 a {
	background: url(../images/nav-bg.jpg) no-repeat;
	height: 24px;
	width: 198px;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 3px 0 0 0;
	text-decoration: none;
}

.navmenu div.navs a {
	background: url(../images/nav-bg.jpg) no-repeat;
	height: 24px;
	width: 198px;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 3px 0 0 0;
	text-decoration: none;
}

.navmenu div.navs a:hover, .navmenu div.navs2 a:hover {
	text-decoration: underline;
}

.navmenu div.submenu { /*DIV that contains each sub menu*/
	padding: 5px 5px 5px 10px;
}

.margin {
	margin-bottom: 5px;
}