/*
<style>
/* */

body
	{
	background: url(images/background-body.jpg);
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	}

td, th
	{
	font-family: Verdana;
	font-size: 12px;
	}

/* * * * * * * * * * *
 * Containers
 * divs one inside the other - centers page
 * * * * * * * * * * */
#containerIE
	{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#container
	{
	text-align: left;
	width: 910px;
	margin: 20px auto;
	padding: 0px;
	}

/* * * * * * * *
 * Flags
 * * * * * * * */
#flags
	{
	text-align: right;
	padding-right: 10px;
	}
#flags a img
	{
	border: 0px;
	}
/* * * * * * * *
 * Logo
 * * * * * * * */
#top
	{
	background: url(images/background-top.jpg) no-repeat;
	text-align: left;
	width: 910px;
	height: 297px;
	overflow: hidden;
	}
#top .basehref
	{
	width: 200px;
	height: 200px;

	margin-left: 30px;
	margin-top: 50px;

	float: left;
	display: inline;
	}
#top .basehref a
	{
	display: block;
	width: 190px;
	height: 190px;
	text-decoration: none;
	}
#top .banner
	{
	background: url(images/background-banner.jpg) no-repeat;
	width: 635px;
	height: 280px;
	margin-left: 35px;
	margin-top: 18px;
	float: left;
	display: inline;
	}
/* * * * * * * *
 * Middle
 * * * * * * * */
#middle
	{
	background: url(images/background-middle.jpg) repeat-y;
	text-align: left;
	width: 910px;
	asheight: 250px;
	color: #DACCCF;
	}
#middle .leftMenu
	{
	width: 200px;
	float: left;
	display: inline;
	margin-left: 35px;
	}
#middle .leftMenu .menuItem
	{
	background: url(images/background-menu-line.gif) repeat-x bottom;
	padding-top: 4px;
	padding-bottom: 4px;
	}
#middle .leftMenu .menuItem a
	{
	background: url(images/icon-ul.gif) no-repeat left center;
	color: #DACCCF;
	text-decoration: none;
	margin-left: 15px;
	padding-left: 15px;
	}
#middle .leftMenu .subMenu a
	{
	margin-left: 30px;
	}
#middle .leftMenu a
	{
	color: #DACCCF;
	}
#middle .content
	{
	width: 620px;
	float: left;
	display: inline;
	margin-left: 35px;
	color: #5B4A45;
	}
#middle .content h1
	{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #3B2620;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#middle .content .galleryItem
	{
	width: 150px;
	height: 150px;
	text-align: center;
	float: left;
	display: inline;
	}
#middle .content .galleryItem img
	{
	border: 2px solid #C1ABAF;
	}
#middle .content .galleryNavigation
	{
	height: 20px;
	}
#middle .content .galleryNavigation a
	{
	color: #260F08;
	}
#middle .content .galleryNavigation img
	{
	border: 0px;
	}
#middle .content .itemsRight
	{
	width: 150px;
	margin-left: 10px;
	float: right;
	display: inline;
	}

#middle .content .itemsRight img
	{
	border: 2px solid #C1ABAF;
	margin-bottom: 10px;
	}

#middle .content .reservTable
	{
	width: 561px;
	}
#middle .content .reservTable td
	{
	color: #5B4A45;
	}
#middle .content .reservTable input, #middle .content .reservTable textarea
	{
	border: 1px solid #A9A09D;
	width: 190px;
	}
#middle .content .reservTable select
	{
	border: 1px solid #A9A09D;
	}
#middle .content .reservTable .resDesc
	{
	text-align: right;
	vertical-align: top;
	}
#middle .content .reservTable .submit
	{
	background: url(images/background-reserv-submit.jpg) no-repeat top;
	width: 121px;
	height: 27px;
	border: 0px;
	}
#middle .content .ornament
	{
	background: url(images/background-ornament.gif) no-repeat top;
	width: 621px;
	height: 64px;
	}
#middle .content a
	{
	color: #470210;
	}
/* * * * * * * *
 * Bottom
 * * * * * * * */
#bottom
	{
	background: url(images/background-bottom.jpg) no-repeat top;
	text-align: left;
	width: 910px;
	height: 60px;
	}

#bottom .webra
	{
	padding-top: 45px;
	margin-right: 20px;
	text-align: right;
	color: #5A5A5A;
	}
#bottom .webra a
	{
	color: #5A5A5A;
	text-decoration: none;
	}
/* * * * * * * *
 * General
 * * * * * * * */
 form
 	{
 	margin: 0px;
 	}
.topper
	{
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	}
.clearer
	{
	clear: both;
	}
.hidden
	{
	display: none;
	}
.right
	{
	float: right;
	}