@charset "utf-8";
/* -- General ---------------------------------------------------------------- */
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	background-image: url(images/layout/bkg2.jpg);
	background-color: #666633;
	background-repeat: repeat-x;
	background-attachment: fixed;
	
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #566633;
	
	margin: 0px 0px 20px 0px;
}
h1,h2,h3,h4
{
	padding-bottom: 5px;
}
h1
{
	font-size: 20px;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 16px;
}
h4
{
	font-size: 14px;
}
table
{
	border: none;
	border-spacing: 0px;
}
img
{
	border:none;
}
p
{
	padding: 5px 0px 5px 0px;
}
hr
{
	margin: 2px 0px 10px 0px;
	border-color: #333333;
	border-style: dashed;
	border-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
}
textarea
{
	font-family: Arial, sans-serif;
	font-size: 13pt;
}
ul
{
	margin-left: 25px;
}
/* --------------------------------------------------------------------------- */
/* -- Menu ------------------------------------------------------------------- */
a:link
{
	text-decoration: underline;
	color: #660000;
}
a:visited
{
	text-decoration: none;
	color: #660000;
}
a:hover
{
	text-decoration: underline;
	color: #333333;
}
a:active
{
	text-decoration: none;
	color: #660000;
}
/* --------------------------------------------------------------------------- */
/* -- Layout ----------------------------------------------------------------- */
#container
{
	position: relative;
	width: 971px;
	margin: 0px auto 10px auto;
	z-index: 2;
	background-color: #ff0000;
}
.header
{
	position: fixed;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	width: 898px;
	z-index: 2;
	top: 0px;
	margin-left: 37px;
	
	background-image: url(images/layout/bkg2.jpg);
	background-repeat: repeat-x;
}
.middle
{
	position: fixed;
	margin: 0px auto 0px auto;
	width: 969px;
	z-index: 2;
	top: 239px;
	margin-left: 1px;
}
#container img.bottom
{
	position: fixed;
	z-index: 2;
}
img.middle_left
{
	position: fixed;
	z-index: 2;
	top: 239px;
	margin-left: 1px;
}

img.middle_right
{
	position: fixed;
	z-index: 2;
	top: 239px;
	margin-left: 851px;
}
img.bottom_a
{
	top: 376px;
}
img.bottom_b
{
	top: 550px;
	margin-left: 101px;
}
img.bottom_c
{
	top: 602px;
	margin-left: 152px;
}
img.bottom_d
{
	top: 638px;
	margin-left: 202px;
}
img.bottom_e
{
	top: 665px;
	margin-left: 252px;
}
img.bottom_f
{
	top: 685px;
	margin-left: 304px;
}
img.bottom_g
{
	top: 687px;
	margin-left: 486px;
}
img.bottom_h
{
	top: 667px;
	margin-left: 668px;
}
img.bottom_i
{
	top: 640px;
	margin-left: 720px;
}
img.bottom_j
{
	top: 603px;
	margin-left: 770px;
}
img.bottom_k
{
	top: 550px;
	margin-left: 820px;
}
img.bottom_l
{
	top: 376px;
	margin-left: 871px;
}
img.bottom_r_a
{
	top: 670px;
	margin-left: 486px;
}
img.bottom_r_b
{
	top: 559px;
	margin-left: 701px;
}
img.bottom_r_c
{
	top: 375px;
	margin-left: 851px;
}
.content
{
	position: absolute;
	z-index: 1;
	
	background-color: #ffffff;
	width: 751px;
	left: 100px;
	top: 229px;
	
	padding: 5px 15px 5px 15px;
}
.cover
{
	background-color: #666633;
	position: fixed;
	top: 765px;
	width: 971px;
	height: 250px;
	z-index: 2;
}
#attractions img
{
	padding:10px;
}
/* --------------------------------------------------------------------------- */
/* -- Tables ----------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
/* -- Gallery ---------------------------------------------------------------- */
#gallery_images
{
	position: relative;
	width: 452px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
#gallery_thumbs
{
	width: 50000px;
}
#gallery_thumbs img
{
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	
	margin-right: 1px;
}
#gallery_image
{
	text-align: center;
}
#gallery_image img
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-top: 1px;
}
/* --------------------------------------------------------------------------- */