.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding-left:2px;
}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	scrollbar-base-color: #333333;
} 
.headline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.outsidetableborder {
	border: 1px dotted #CCCCCC;
}
.headlinebrown {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CF8243;
}
a:link {
	color: #FFCC00;
}
a.bookingbglink {
	color: #cc0000;
}
a:visited.bookingbglink{
	color: #CC0000;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #cf8243;
}


body {
	background: url("cells/background-bubbles.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	scrollbar-base-color: #333333;
}

#container {
	background: url("cells/background-squares.png"); 
	background-repeat: repeat-y;
	background-position: top right;
	width: 770px; 
	height: 955px;
	margin: auto; 
	position: absolute;
	top: 0px;
	left: 12%; 
	z-index: 0;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#topmenu { 
	position: absolute;
	width: 473px;
	top: 0px;
	right: 49px;
	font-size: 14px;
	font-family; Verdana, sans;
	color: #E7B23F;
	height: 30px;
}

#header { 
	background: url("cells/background-header.gif");
	background-repeat: no-repeat;
	background-position: center; 
	position: absolute;
	top: 35px;
	right: 50px; 
	font-size: 14px;
	font-family; sans;
	color: #E7B23F;
	width: 496px;
	height: 245px; 
	z-index: 2;
}

#displayarea {
    	position: absolute; 
	padding: 5px;
	height: 685px;
	width: 658px;
    	top: 280px; 
	right: 58px; 
}
img#displaybg {
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
}

#textarea { 
	position: relative;
	float: right; 
	margin-top: 15px;
	width: 450px;
	height: 620px;
	overflow: auto;
	font: 12px Verdana,sans;
}

#menu {
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	width: 180px;
	height: 640px;
	padding: 5px;
	margin: 5px;
	background-color: #333333;
}

.menuitem {
	margin-top: 12px; 
	margin-left: 10px;
	display: block;
}

.spacer {
	height: 5px;
}

td img { display: inline-block; }

.style1 {font-weight: bold}

/* Do not display the blogger navigation bar */
#navbar-iframe {              height:0px;              visibility:hidden;              display:none;        }
