body {
	background: #F4F9DB;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	color: #2D3A03;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 10px;
}

a:link, a:visited, a:active {
        color: #AAAA00;
        text-decoration: none;
        font-weight: bold;
		outline: 0;
}

a:hover {
        color: #c3f612;
        text-decoration: underline;
}

#header {
	background: url('images/header1.gif') #000000 top center no-repeat;
	height: 150px;
	margin: 0 auto;
	padding: 0;
}

.navi {
	background: url('images/navibg.gif') repeat-x #FFFFFF;
	height: 46px;
	width: 100%
	padding: 0;
	margin: 0;
}

.navi ul {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

.navi li {
	display: inline;
	list-style-type: none;
}

.navi li a {
	display: block;
	height: 21px;
	float: left;
	text-indent: -10000px;
	outline: none;
	margin: 3px 0 0 45px;
}

.navi #homenavi {
	background: url('images/homenavi.png') no-repeat;
	width: 91px;
}

.navi #homenavi:hover {
	background: url('images/homenavi.png') bottom left no-repeat;
}

.navi #roomnavi {
	background: url('images/roomnavi.png') no-repeat;
	width: 103px;
}

.navi #roomnavi:hover {
	background: url('images/roomnavi.png') bottom left no-repeat;
}

.navi #amenitiesnavi {
	background: url('images/amenitiesnavi.png') no-repeat;
	width: 162px;
}

.navi #amenitiesnavi:hover {
	background: url('images/amenitiesnavi.png') bottom left no-repeat;
}

.navi #reservationnavi {
	background: url('images/reservationnavi.png') no-repeat;
	width: 216px;
}

.navi #reservationnavi:hover {
	background: url('images/reservationnavi.png') bottom left no-repeat;
}

#wrap {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	color: #515100;
}

#desc {
	font-size: 1.4em;
	width: 800px;
	height: 130px;
	background: url('images/desc.jpg') top center no-repeat #ffffff;
	margin: 10px 0 0 0;
	text-align: justify;
}

#desc p {
	padding: 20px 20px 0 15px;
}

.services {
	background: #e1efc4;
	width: 800px;
	margin: 20px 0 0 0;
	padding: 0 0 1px 0;
	min-height: 190px;
}

.servdesc {
	width: 270px;
	margin: 0 0 0 10px;
}

.serv {
	padding: 0 10px 0 10px;
}

.serviceimg {
	float: right;
	width: 490px;
	margin: 10px 10px 0 0
}
.services img{
	border: 0;
}

.more {
	text-align: right;
}

#footer {
	background: #e5efb1;
	color: #b0b182;
	width: 800px;
	text-align: center;
	margin: 40px 0 0 0;
	font-size: 0.85em;
}