@charset "UTF-8";
* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #7082be;
	margin: 0px;
	padding: 0px;
	background: #7082be;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 850px;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	background: url(../images/bkg_main.png) repeat-y top center;
}
#header {
	margin: 0 auto;
	height: 150px;
	width: 800px;
	background-image: url(../images/bkg_header.jpg);
	background-repeat: no-repeat;
	background-position: cemter center;
	border-bottom: 2px solid #e9e56b;
}
.logo {
	width: 400px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#main {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#mainInside {
	padding: 20px;
}
#main h1  {
	font-weight: bolder;
	margin: 20px 40px;
	font-size: 1.5em;
	text-align: left;
	border-bottom: 1px solid black;
}
.mainText {
	margin: 15px 75px 0;
	text-align: left;
	line-height: 1.5em;
}
#booking {
	float: right;
	margin: 0 100px 20px 0;
	padding: 10px;
	width: 175px;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9	em;
	text-align: left;
	border: 1px solid #7082be;
}
#booking h2 {
	color: #7082be;
	margin: 0;
	border-bottom: 1px solid #7082be;
	font-size: 1.2em;
}
#booking img {
	border-style: none;
}
.btn {
	float: left;
	border: none;
	margin: 120px 0 0 75px;
	padding: 0;
}
.clear {
	clear: both;
}
.footer, .push {
	height: 100px;
}
.footer {
	margin: 0 auto;
	background-color: #e9e56b;
	width: 800px;
	border-top: 2px solid #7082be;
	font-family: Verdana, Geneva, sans-serif;
}
.footer a:link, .footer a:visited {
	padding: 3px;
	text-decoration: none;
	color: #7082be;
}
.footer a:hover {
	color: white;
	background-color: #7082be;
}
#footerInside {
	padding: 1em;
	text-align: center;
}
.footerText {
	float: left;
	margin: 0;
	font-size: .7em;
}
.footerText img {
	margin: 0 10px 0 150px;
	border-style: none;
}
.footerText a:hover {
	color: #7082be;
	background-color: #e9e56b;
}
.credits {
	float: right;
	margin: 0;
	font-size: .7em;
}