html, body {
	margin:0;
	padding:0;
}
body {
	text-align: center;
	font-family:"Comic Sans MS", Arial, HelveticaNeue;
	background-image:url(../images/bgdGrad.jpg);
	background-repeat:repeat-y;
}
#container {
	text-align:left;
	background-image: url(../images/image004.png);
	background-position: right top;
	background-repeat:no-repeat;
	margin:40px;
}
#nav {
	
}
#nav ul {
	margin:0;
	padding:0;
	border-left: 1px solid #000000;
}
#nav ul li {
	display: inline;
	border-right: 1px solid #000000;
	padding:0px 5px 0px 5px;
	margin:0;
}
#nav ul li a {
	display:inline-block;
	text-align:center;
	text-decoration:none;
	width: auto;
}

#nav ul li a:hover
{
	color:#0066FF;
}

#content {
	margin:20px 60px 60px 60px;
}
#footer {
	color:#999999;
	font-size:10px;
	text-align:right;
}
h1 {
	
}
h2 {
	
}
h3 {
	text-decoration:underline;
}
h5 {
	color:#FF6600;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
p {
	
}
.titlePic {
	position:relative;
	top:10px;
}
a:link, a:visited {
	color:#4f81bd;
}
a:hover {
	color:#5696e2;
}

.bookingform input {
	width:100%;
}
