html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica;
	background-color: #e1e1e1;
	color: #000;
	font-size: 12px;
	
}
#wrapper {
	margin: auto;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
#header {
	float: left;
	
	margin-top: 10px;
	margin-left: 9px;
	padding: 0px;
	width: 900px;
}
#header-left {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 11px;
	height: 115px;
	background-image: url(../img/header_left_corner.png);
	background-repeat: no-repeat;
}
#header-logo {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 560px;
	height: 115px;
	background-image: url(../img/header_logo.png);
	background-repeat: no-repeat;
}
#header-float {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 302px;
	height: 115px;
	background-image: url(../img/header_float_bg.png);
	background-repeat: repeat-x;
}
#header-float h1{
	text-align: right;
	font-size: 20px;
	padding-top: 70px;
	color: #FFF;
}
#header-right {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 10px;
	height: 115px;
	background-image: url(../img/header_right_corner.png);
	background-repeat: no-repeat;
}
#content {
	float: left;
	margin-top:10px;
	margin-bottom: 10px;
	width: 900px;
}
#nav {
	float: left;
	width: 900px;
}
#nav-left {
	float: left;
	width: 19px;
	height: 30px;
	background-image: url(../img/nav_corner_left.png);
	background-repeat: no-repeat;	
}
#nav-in {
	float: left;
	width: 863px;
	height: 30px;
	background-image: url(../img/nav_bg.png);
	background-repeat: repeat-x;	
}
#nav-in ul {
	float: left;
	width:100%;
	padding:0;
	margin: 0;
}
#nav-in ul li {
	display: inline;
	padding: 0px;
	margin: 0;
}
#nav-right {
	float: left;
	width: 18px;
	height: 30px;
	background-image: url(../img/nav_right_corner.png);
	background-repeat: no-repeat;	
}
#content-body {
	float: left;
	width: 900px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/content_bg.png);
	background-repeat: repeat-y;
}
#content-front {
	float: left;
	margin: 20px;
	text-align: justify
}
#content-front-top {
	float: left;
	text-align: center;
}
#content-front-left {
	float: left;
	margin-top: 10px;
	width: 350px;

	font-size: 14px;
	
}
#content-front-left p {
	margin: 0px;
	padding:0px;
	line-height: 2em;
}
#content-front-right {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
	width: 480px;
}
#content-other {
	float: left;
	margin-top: 10px;
}
#content-other h1 {
	font-size: 18px;
}
#content-other-img {
	float: left;
	margin: 5px;
	
}
a {
	color: #22b4ff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #22b4ff;
	font-weight: bold;
	text-decoration: underline;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

#content-footer {
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/content-footer.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 9px;
}
#images {
	float: left;
	text-align: center;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#bookings-left {
	float: left;
	width: 530px;
	margin: 5px;
}
#bookings-right {
	float: right;
	width: 300px;
	margin: 5px;
}
form {
	width: 510px;
	padding: 10px;
	background-color: #ddf3ff;
}
label {
	display: block;
	width: 250px;
	font-size: 12px;
	font-weight: none;
	margin-bottom: 5px;
}
input {
	margin-bottom: 5px;
}
select {
	width: 490px;
	margin-bottom: 5px;
}
textarea {
	width: 490px;
	height: 100px;
	margin-bottom: 5px;
}
.error {
	font-size: 10px;
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}

#footer {
	float: left;
	text-align: center;
	font-size: 10px;
		width: 900px;
	color: #000;
}