﻿body {
	margin: 0px;
	background-color: #4D4948;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bgbanner {
	background-color: #C1C1C1;
}
.bgmain {
	background-image: url('../images/bg-home-main.jpg');
	background-repeat: no-repeat;
}
p {
	text-align: justify;
	padding-left: 5px;
}
.centre {
	text-align: center;
	background-color: #C1C1C1;
}
.nav {
	text-align: center;
	background-color: #615D5D;
}
.nav a {
	color: #E2DBD8;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
.nav a:hover {
	color: #908F8E;
}
a {
	color: #188ECA;
	text-decoration: none;
}
.borderright {
	background-image: url('../images/bg-right.jpg');
}
.borderleft {
	background-image: url('../images/bg-left.jpg');
}
h3 {
	font-size: 13px;
	font-weight: bold;
}
.style1 {
	border-color: #c0c0c0;
	border-width: 0;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
}
.hometext {
	padding-left: 37px;
	padding-right: 37px;
}
.bookingform {
	text-align: left;
	padding-left: 5px;
}
