body
{ 
	text-align: left; 
	font-family: Arial, Verdana, Sans-serif; 
	color: #000000; 
	background-color: #CCCFCF;
	padding-top: 20px;
}

h1 { font-size:140%; }

p, ul
{ 
	font-size: 90%;
	line-height: 20px;
	padding: 0 20px 0 20px;
}

#homepageImages
{ 
	float: right;
	margin: -5px 45px 5px 15px;
	border: 1px solid black; 
	padding: 5px;
}

#logo 
{ 
	float:left; 
	position: relative; 
	top: -60px; 
	left:10px; 
	margin-right:20px; 
	z-index: 99
}

#leftBackground 
{
	position:absolute; 
	top:0px;
	left:0px;
	width:50%; 
	height: 150%; 
	background-image: url(/images/background-left.jpg); 
	background-repeat: repeat-y; 
	background-position: top left;
}

#rightBackground 
{
	position:absolute; 
	top: 0px;
	right:0px;
	width:50%; 
	height: 150%; 
	background-image: url(/images/background-right.jpg); 
	background-repeat: repeat-y; 
	background-position: top right;
}

#container 	
{ 
	width: 850px; 
	margin: 0px auto 20px auto; 
	text-align: left;
}

#top 
{ 
	width:100%; 
	height: 70px; 
	vertical-align: top;
	text-align: right;
	color:white;
}

#top, #top .sb-inner { background: #B9141B; }

#middle		
{ 
	width:100%; 
	padding: 1px 0px 15px 0px; 
	min-height: 520px;
}

#middle, #middle .sb-inner { background: #FFF; }

#bottom		
{ 
	width:100%; 
	height: 80px; 
	vertical-align: bottom; 
	line-height:70px; 
	text-align: center;
	font-size: 12px;
	z-index: 1000;
	white-space: nowrap;
}

#bottom, #bottom .sb-inner 	
{ 
	background: #B9141B; 
	color:white; 
	z-index: 1000;
}

#bottom img
{ 
	vertical-align: middle; 
	position: relative; 
	top: -3px; 
	margin: 0px 2px 0px 4px; 
}

#bottom span { color: white; z-index: 1001; }

#leftColumn	
{ 
	float:left; 
	z-index: 100;
	padding-bottom: 60px;
}

#rightColumn	{ padding-top: 1px }

#navcontainer
{ 
	float:left; 
	clear:both; 
	margin: -60px 20px 0px 20px; 
	z-index: 100; 
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	line-height: 20px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #333;
	width: 190px;
	background-color: #999;
	background-image: url(/images/menu_down3.jpg);
	color:black;
}

#navcontainer a:link, #navlist a:visited
{
	color: white;
	text-decoration: none;
}

#navcontainer a:hover
{
	border: 1px solid #333;
	background-color: #FFCC33;
	background-image: url(/images/menu_over3.jpg);
	color: white;
}

#active a:link, #active a:visited, #active a:hover
{
	border: 1px solid #333;
	background-color: #CC3333;
	background-image: url(/images/menu_over3.jpg);
	color: white;
}

.tickerstyle 
{ 
	font-family: Comic Sans MS; 
	text-align: left; 
	font-size: 14px; 
	float: right; 
	margin: 8px 10px 0px 0px; 
	width: 350px; 
	height:65px; 
	padding: 0px; 
	overflow: hidden; 
	z-index: 1000;
}

.tickerstyle a { color: white; }
.messagediv { display: none; }

div#gallery 
{ 
	width:580px;
	height:430px;
	overflow:auto;
}

#gallery .gallery img 
{
	border:1px solid #CCCCCC;
	margin:10px 5px 10px 0;
	padding:2px;
}

form {font-size: 90%; margin-top: 50px;}

#bookings label {
	display: block;
	margin-bottom: -1em;
}

#bookings input, textarea {
	display: block;
	position: relative;
	left: 12em;
	top: -0.5em;
}