body {
	font-family: Times, serif;
	font-size: .8em;
	xfont-weight: bold;
	xletter-spacing: 0.2px;
	color: #e7cbc4
}
#site-wrapper {
}
a {
	color: #e35a6b;
	text-decoration: 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 #5b413b;
	margin: 0 0 20px 0;
	padding: 3px 0 3px;
	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);
}

