@charset "utf-8";
body {
	background-color: #0192FD;
	background-image: url(../images/g_bg_main.png);
	background-repeat: repeat-x;
	margin-top:0;
	margin-left:0;
	margin-right:0;
}

h1 {
	font-size: 140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#663300;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#663300;
	font-weight: normal;
}
h3 {
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#543938;
	font-weight: normal;
}


#contentwrapper {
	width: 797px;
	margin: 0 auto 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#topnavigation {
	padding: 10px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 80%;
}

#topnavigation a:link, #topnavigation a:visited  {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;	
}
#topnavigation a:hover {
	text-decoration: underline;
}

#headerGraphics {
	height:74px;
}

#contentBG {
	background-image: url(../images/g_bg_content-column.gif);
	padding-top: 20px;
}
#noflashwrapper {	margin: 0 auto 20px auto;	width: 753px;height: 338px;}

#homeflashwrapper {
	height: 210px;
	margin: 0 auto 20px auto;
	width: 753px;
}
#homecontentwrapper {
	background-image:url(../images/g_bg_copyarea.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	border:1px solid #D6BBA0;
	margin: 0 auto 0 auto;
	padding: 10px;
	width: 733px;
	height: 113px;
	overflow: auto;
}
#generalcontentwrapper {
	background-image:url(../images/g_bg_copyarea.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	border:1px solid #D6BBA0;
	margin: 0 20px 0 20px;
	padding: 20px 20px 20px 20px;
}

.pictures {
	float:right;
	margin: 0 0 5px 10px;
}

#bookingform {
	float:left;
	width: 360px;
}
#footerwrapper {
	padding: 10px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 80%;
}

#footerwrapper a:link, #footerwrapper a:visited  {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;	
}
#footerwrapper a:hover {
	text-decoration: underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fadein { position:relative; height:338px; width:753px; }.fadein img { position:absolute; left:0; top:0; }