body {
	background: #112A3C;
	margin: 0px;
	color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	}

a {
	color: #A7D9EF;
	text-decoration: none;
	}

p {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	}

h1 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 120%;
	}

h2 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 110%;
	}

td {
	font-size: 12px;
	}

sup {
	font-size: 50%;
	}

#holder {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	}

#header {
	background: url(/media/screen/header.png) no-repeat;
	width: 980px;
	height: 187px;
	position: relative;
	}

#menu {
	position: absolute;
	left: 30px;
	bottom: 0px;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	}

#menu a {
	color: #ffffff;
	}

#menu a:hover {
	color: #A7D9EF;
	}

#address {
	position: absolute;
	right: 30px;
	top: 15px;
	text-align: right;
	text-transform: uppercase;
	}

.openspacer {
	width: 980px;
	height: 15px;
	background: url(/media/screen/opener.png) no-repeat;
	position: relative;
	}
	
.bodyspacer {
	width: 980px;
	background: url(/media/screen/body.png) repeat-y;
	position: relative;
	}

.closespacer {
	width: 980px;
	height: 15px;
	background: url(/media/screen/closer.png) no-repeat;
	position: relative;
	}

.content {
	padding: 0px;
	margin: 0px 30px;
	position: relative;
	overflow: hidden;
	padding-bottom: 15px;
	}

.image {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	background: white;
	padding: 4px;
	}

.bookingtable {
	border: 1px solid white;
	padding: 5px;
	}

.rbt {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
	}
	
.lbt {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	}

.bookingtable td {
	font-size: 9px;
	text-align: right;
	}

.bookingtable .select {
	background: #690000;
	color: #ffffff;
	}
	
.bookingtable .selectstart {
	background: #690000 url("/media/screen/selectstart.png") center;
	color: #ffffff;
	}
	
.bookingtable .selectend {
	background: #690000 url("/media/screen/selectend.png") center;
	color: #ffffff;
	}
	
.lastline {
	margin: 0px;
	}
	
.footer {
	font-size: 9px;
	}
	
.footer a {
	color: #ffffff;
	}