html, body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 1.5;
	color: #000;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

#background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 
#content {padding:5px 300px 20px 200px;}

.nav {
	clear:both;
	background:#C4F4FE;
	border:1px solid #000000;
	padding:5px;
	margin-right:auto;
	max-width:80%;
	margin:15px 0;
}

#leftcolumn {
	background-color:#FFF;
	vertical-align:top;
	padding:15px;
}

#rightcolumn {
	vertical-align:top;
	padding:15px;
}

#booking {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 9pt;
}

#footer {
	clear:both;
	background:#C4F4FE;
	border:1px solid #000000;
	padding:5px;
	margin-right:auto;
	margin-bottom:15px;
	max-width:80%;
}

a:link {text-decoration: none; }
a:active {text-decoration: none; }
a:visited {text-decoration: none; }
a:hover {text-decoration: none; }

h1 {
	font-size: 14pt;
	text-align:right;
	line-height: 1;
}

h2 {
	font-size: 12pt;
	text-align:right;
	line-height: 1;
}

h3 {
	font-size: 14pt;
}

img {
	border:1px solid;
}

.weeright {
	float:right;
	border:0;
	margin-left:10px;
}