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

body {
	margin:0;
	padding:0;
	background: #c3c4bc;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #403013;
	line-height: 18px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:45px;
	font-weight:normal;
	margin:0 45px;
	padding:0;
	line-height: 149px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	padding: 0 0 12px 0;
	margin:0;
	background:url(../images/h2-bkg.jpg) bottom repeat-x;
}

.second {
	margin-top: 30px;
}
h3 {
	background: url(../images/h3-bkg.jpg) top repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	height: 46px;
	font-size: 24px;
	line-height: 46px;
	font-weight:normal;
	margin:0;
	padding:0 0 0 30px;
}

h4 {
	font-size: 18px;
	margin-bottom:4px;
	padding-top: 15px;
}

ul {
	margin: 30px 30px 10px 30px;
	padding:0;
}

a,
a:link,
a:visited,
a:active {
	color: #403013;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


#wrapper {
	background:url(../images/bkg.jpg) repeat-y;
	width: 969px;
	margin: 0 auto;
}

#container {
	background: #edefe0;
	margin: 0 auto;
	width: 949px;
}

#header {
	height: 149px;
	background:url(../images/header-bkg.jpg) repeat-x top;
}

#address {
	float:right;
	height: 89px;
	padding: 40px 45px 0 0;
	text-align:center;
}

#address h2 {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 7px;
	font-size:22px;
	background:none;
}

address {
	font-style:normal;
	font-size:16px;
	line-height: 25px;
}

#banner {
	background: #d5c99e;
	border-bottom: #897869 solid 2px;
}

#banner-content h2 {
	background:url(../images/banner-h2-bkg.jpg) bottom repeat-x;
	font-size: 30px;
}

#banner-content { 
float:right;
padding: 30px 30px 0 20px;
width: 507px;
}

#banner-content p {
	font-size: 18px;
	line-height: 25px;
	padding: 15px 0 0 0;
	margin:0
}


#content {
	padding: 25px 30px;
	float:left;
	width:629px;
}

#amenities {
	background-color: #d2e2e4;
	float:left;
	width: 260px;
	clear:both;
}

#amenities li { 
font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 27px;
	padding: 0 0 20px 0;
	margin-left: 13px;
	list-style: small;
}

#amenities-address {
	background: url(../images/address-bkg.jpg) repeat-x bottom;
	font-size: 14px;
	height:91px;
	padding:0 30px;
}


.map {
	border: #c3c4bc solid 10px;
}

.clear {
	clear:both;
}