body {
	background: #e7ede3;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	color: #444;
}
body, html {
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
a {
	color: #6a7e42;
}
a:visited {
	color: #6a7e42;
}
a:hover {
	color: #555;
	text-decoration: none;
}
nav, header, footer, section, article, aside, main {
	display: block;
}
form {
	margin: 0px;
}
form div.set {
	margin-bottom: 5px;
}
input {
	background-color: #fff;
	border: 1px solid #a8a8a8;
	padding: 5px;
	font-size: 0.8em;
	width: 100%;
	max-width: 250px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
textarea {
	background-color: #fff;
	color: #444;
	border: 1px solid #a8a8a8;
	padding: 5px;
	font-size: 0.8em;
	width: 100%;
	max-width: 250px;
	height: 8em;
}
input.submit {
	background-color: #417394;
	color: #fff;
	border: 1px solid #417394;
	cursor: pointer;
	padding: 4px;
	max-width: 150px;
	height: 2.5em;
}
label {
	display: block;
	font-size: 0.8em;
}
header #left, header #right {
    font-family: 'Roboto Condensed', Verdana, sans-serif;
}
header {
	z-index: 99;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 4px #888;
    background: #fff;
}
header #left, header #right, header #left a, header #left a:visited, header #right a, header #right a:visited {
    color: #6a7e42;
    text-decoration: none;
}
header #top {
    overflow: auto;
}
header #middle {
    line-height: 0;
}
header #middle img {
    border: 0;
    max-width: 100%;
    z-index: 1;
}
header #middle div {
    z-index: 20;
    color: #fff;
    position: absolute;
}
main {
    box-shadow: 0 0 4px #888;
    border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
 	-webkit-border-bottom-left-radius: 20px;
 	-webkit-border-bottom-right-radius: 20px;
    background: #fff;
    overflow: auto;
    z-index: 1;
}
.aside-box {
    background: #e7ede3;
    border-radius: 15px;
    padding: 15px;
}
.aside-img {
    text-align: center;
    margin: 1em 0;
}
.inline-box-l, .inline-box-r, .testim1 {
    background: #e7ede3;
    border-radius: 10px;
    padding: 15px;
    font-size: 0.8em;
    line-height: 1.4em;
}
.testim2 {
    padding: 15px;
    font-size: 0.8em;
    line-height: 1.4em;
}
.testim1 span, .testim2 span {
    font-weight: bold;
}
.inline-box-l {
    float: left;
    margin: 0 1.5em 1.5em 0;
}
.inline-box-r {
    float: right;
    margin: 0 0 1.5em 1.5em;
}
#baccbox img {
    float: left;
    margin-right: 15px;
}
#baccbox div {
   /* color: #44a7b3; */
   color: #6d1913;
    font-style: italic;
}
h1 {
    font-weight: normal;
    color: #6a7e42;
}
h1, h2, h3 {
    color: #6a7e42;
}
div.clr {
    clear: both;
}
div.container {
    overflow: auto;
}
.column ul {
    list-style: none;
    margin: 0 0 1.5em 0;
    padding: 0;
}
.column h2 {
    margin-bottom: 0.3em;
}
.imgl, .imgr {
    border-radius: 10px;
}
.imgl {
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.imgr {
	float: right;
	margin: 0 0 1.5em 1.5em;
}
.r-container {
	float: right;
}
.booknow-button {
	margin: 0 0 1em 1.5em;
	display: block;
	width: 179px;
}
.booknow-button a, .booknow-button a:visited {
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 0.9em;
	background: #ae6bae;
	padding: 10px 5px;
	border-radius: 5px;
	font-weight: bold;
}
.booknow-button a:hover {
	background: #6a7e42;	
}
footer {
    clear: both;
    padding: 0.5em 0;
    color: #666;
    text-align: center;
}
footer a, footer a:visited {
    color: #666;
}