body {
	font-family: 'Times New Roman', serif;
	font-size: .9em;
	xfont-weight: bold;
	xletter-spacing: 0.2px;
	line-height: 1.3em;
	color: #e7cbc4
}
#site-wrapper {
}
a {
	color: #e35a6b;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline
}
h1,h2,h3,h4 {
	font-weight: bold;
	color: #b07f71;
	text-align: center
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.14em
}
h1.page-title {
	border-bottom: 1px solid #332521;
	margin: 0 0 2em 0;
	padding: .8em 0 ;
	clear: both;
}
.link-more-info, .link-book-now {
	padding: 0 0 0 18px;
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin: 0 10px 0 0;
	font-weight: bold
}
.link-more-info {
	background-image: url(../images/bg-link-more-info.png);
}
.link-book-now {
	background-image: url(../images/bg-link-book-now.png);
}

