@charset "iso-8859-1";
/* CSS Document */

body {
	margin:0px;
	background:url(images/bg.jpg) repeat center top;
	font-family: "Century Gothic" ,Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	line-height:18px;
	scrollbar-face-color:#E2E2E2;
scrollbar-highlight-color:#E2E2E2;
scrollbar-3dlight-color:#E2E2E2;
scrollbar-darkshadow-color:darkblue;
scrollbar-shadow-color:#E2E2E2;
scrollbar-arrow-color:#000;
scrollbar-track-color:white;
		
}

h1 {
	font-size: 26px;
	line-height:30px;
	font-weight: bold;
	color:#0066ff;
	}

h2, h3 {
	font-weight: bold;
	color: #0066ff;
}
	
h2 { font-size: 122%; }
h3 { font-size: 110%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 100%;
}

a:link {
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #333;
}

a:visited { text-decoration: underline;
	color: #333
}

#wrapper { width:100%; background:url(images/bg.jpg) no-repeat center top }

#header {
	width: 863px;
	height: 199px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

#banner {
	width:863px;
	height:177px;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	background-image:url(images/banner.jpg); background-repeat:no-repeat; 
	
	
}

#maintop{
	width:863px;
	height:18px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	background-image:url(images/box_top.gif); background-repeat:no-repeat;
	
	
}


#page {
	width: 863px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background:url(images/page_bg.gif); background-repeat:repeat-y;


}

#page h1, #page h2 {
	margin-bottom: 5px;
}

#content {
	float: left;
	width:600px;
	padding-left:25px;padding-right: 20px;padding-top: 10px;
	min-height:600px;
	text-align:justify;

	
	
}

#menu {
	float: left;
	width:210px;
	margin-left:2px;
	padding-left:0px;
	height:100%;
	line-height:0px;
	margin-top:50px;
	
	
}

#footer {
	clear: both;
	width: 863px;
	height: 49px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image:url(images/footer.gif); background-repeat:no-repeat;


	
}

#footer p {
	
	line-height:16px;
	font-size:12px;
	text-align:center;
	color:#fff;
	
}

#footer a:hover {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 100%;
	color:#82B5FE;

	
	
}


#footer a:visited{
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 100%;
	color:#82B5FE;
	
}

.gallery { margin:5px;} 
#linebreak { width:900px; margin-bottom:10px; margin-top:0px; border-bottom: 1px dotted #ccc}
.bookingtext { background:#ccc; margin:10px; text-align:center; border:1px solid #E0E0E0; font-size:12px; width:800px;}
.copytext { font-size:12px; text-align:center; color:#FFFFFF; padding-top:10px}