body{
	margin: 10px 0px 20px 0px;
	padding: 0px;
/*	background-color: #191970;	Midnight blue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


h1 {
	font-family:"Times New Roman", Times, serif;	
	color: #191970;	/* Midnight blue */
	font-size: 20px;
	font-weight: bold;
	display:inline;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	color: #191970;	/* Midnight blue */
	font-size: 16px;
	font-weight: bold;
	display:inline;
}

a, a:visited {
	color: #191970;	/* Midnight blue */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin:0 auto;	/* New way of centring a DIV */
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
	width: 800px;
	opacity:1.0;
	filter:alpha(opacity=100);
	z-index: 10;
}

#mainContent {
	padding: 20px 20px 0px 20px;
	text-align: justify;
	line-height: 23px; 
}

#colLeft {
	float: left;
	width: 500px;
}

#colRight {
	float: right;
	width: 225px;
}

#header{
	padding-top: 10px;
	height: 250px;
	background-repeat: no-repeat;
}

#footer {
	color: #000000;
	padding: 30px 10px 10px 10px;
	font-size: 10px;
	text-align: center;
	clear: both;
}

#footer a {
	color: #000000;	/* Midnight blue */
	text-decoration: none;
}

.bookingBox {
	width:500px; 
/*	border: 1px solid #191970;	 Midnight blue */
	padding: 0px; 
	margin-top: 20px; 
}

.rightBox {
	width:200px; 
	border: 1px solid #191970;	/* Midnight blue */
	padding: 10px; 
	margin-bottom: 20px; 
	font-size: 11px;
	line-height: 20px;
}

.photo {
	border: 1px solid #191970;	/* Midnight blue */
	padding: 2px;
	margin-bottom: 20px;
}

.logo{
	border: 0px;
	position: absolute;
	top: 15px;
}

#title{
	background-color:#FFFFFF;
	opacity: 0.4;
	filter: alpha(opacity=40);
	zoom: 1;	/* hack to make opacity filter work in IE */	
	margin: 0px 8px 0px 8px;
	font-size: 30px;
	letter-spacing: 8px;
	padding: 5px 0px 5px 0px;
	margin-top: 145px;
	font-family:"Times New Roman", Times, serif;	
}

#menu {
	margin-top: 15px;
}

a.menuButton {
	color: #000000;
	border-top: 1px solid #191970;	/* Midnight blue */
	border-bottom: 1px solid #191970;	/* Midnight blue */
	background-color: #ffffff;
	font-size: 10px;
	font-weight: normal;
    outline: 0; 
    padding: 10px 14px 10px 14px;
    text-decoration: none !important; 
    text-align: center; 
	vertical-align: middle;
	display: inline;
	opacity: 0.8;
	filter: alpha(opacity=80);
	zoom: 1;	/* hack to make opacity filter work in IE */	
}

a.menuButton:hover {
	color: #191970;	 			/* Midnight blue */
	background-color: #ffffff;	 
/*	background-color: #191970;	 Midnight blue */
	opacity:1.0;
	filter:alpha(opacity=100);	
}

