@charset "UTF-8";
#wrapper {
	height: auto;
	width: 1200px;
	margin: 0px auto;
}
#wrapper #top {
	float: left;
	height: 347px;
	width: 1200px;
	position: fixed;
}
#wrapper #top #header {
	background-image: url(images/header.png);
	float: left;
	height: 190px;
	width: 1200px;
	text-indent: -9999px;
}
#wrapper #top #navwrap {
	float: left;
	height: 157px;
	width: 1200px;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0px;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
#wrapper #content {
	float: left;
	height: auto;
	width: 900px;
	padding-top: 340px;
	color: #33FFFF;
	padding-left: 150px;
	padding-right: 150px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	}
#wrapper #top #navwrap #navleft {
	background-image: url(images/nav.png);
	background-position: -1px 0px;
	float: left;
	height: 157px;
	width: 109px;
}
#wrapper #top #navwrap #havhome {
	background-image: url(images/nav.png);
	background-position: -109px 0px;
	float: left;
	height: 157px;
	width: 145px;
	text-indent: -9999px;
}
#wrapper #top #navwrap #navset {
	background-image: url(images/nav.png);
	background-position: -254px 0px;
	float: left;
	height: 157px;
	width: 202px;
	text-indent: -9999px;
}
#wrapper #top #navwrap #navvideo {
	background-image: url(images/nav.png);
	background-position: -456px 0px;
	float: left;
	height: 157px;
	width: 177px;
	text-indent: -9999px;
}
#wrapper #top #navwrap #navdownloads {
	background-image: url(images/nav.png);
	background-position: -633px 0px;
	float: left;
	height: 157px;
	width: 260px;
	text-indent: -9999px;
}
#wrapper #top #navwrap #contact {
	background-image: url(images/nav.png);
	background-position: -893px 0px;
	float: left;
	height: 157px;
	width: 189px;
	text-indent: -9999px;
}

#wrapper #top #navwrap #havhome a{
	float:left;
	height: 157px;
	width: 145px;
}
#wrapper #top #navwrap #navset a{
	float:left;
	height: 157px;
	width: 202px;
}
#wrapper #top #navwrap #navvideo a{
	float:left;
	height: 157px;
	width: 177px;
}
#wrapper #top #navwrap #navdownloads a{
	float:left;
	height: 157px;
	width: 260px;
}
#wrapper #top #navwrap #contact a{
	float:left;
	height: 157px;
	width: 189px;
}


#wrapper #top #navwrap #havhome a:hover{
	background-image: url(images/nav.png);
	background-position: -109px 157px;
	float: left;
	height: 157px;
	width: 145px;
}
#wrapper #top #navwrap #navset a:hover{
	background-image: url(images/nav.png);
	background-position: -254px 157px;
	float: left;
	height: 157px;
	width: 202px;
}
#wrapper #top #navwrap #navvideo a:hover{
	background-image: url(images/nav.png);
	background-position: -456px 157px;
	float: left;
	height: 157px;
	width: 177px;
}
#wrapper #top #navwrap #navdownloads a:hover{
	background-image: url(images/nav.png);
	background-position: -633px 157px;
	float: left;
	height: 157px;
	width: 260px;
}
#wrapper #top #navwrap #contact a:hover{
	background-image: url(images/nav.png);
	background-position: -893px 157px;
	float: left;
	height: 157px;
	width: 189px;
}

#wrapper #top #navwrap #navright {
	background-image: url(images/nav.png);
	float: left;
	height: 157px;
	width: 118px;
	background-position: -1082px 0px;
}
#wrapper #content table tr td strong {
	text-align: center;
}
.subtitle {
	font-style: italic;
	text-align: center;
}
#wrapper #content table tr td lastline {
	font-weight: bold;
}
.lastline {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.placeleft {
	text-align: left;
}
.bookit {
	color: #CCCCCC;
	font-weight: bold;
	font-style: italic;
}
.address {
	font-size: 14px;
}

.address a{
	color:#FFF;
	font-size: 14px;
}
.contacttest {
	color: #FFF;
	text-shadow: 0.1em 0.1em 0.03em #000,
	 -0.1em -0.1em 0.03em #000,
	 0.1em -0.1em 0.03em #000,
	 -0.1em 0.1em 0.03em #000;
}
.contacttest a{
	color: #FFF;
	text-shadow: 0.1em 0.1em 0.03em #000,
	 -0.1em -0.1em 0.03em #000,
	 0.1em -0.1em 0.03em #000,
	 -0.1em 0.1em 0.03em #000;
}
#wrapper #content table tr td p {
	color: #FFF;
}
