@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
}


body{	padding: 0;
	margin: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style:normal;
	font-weight:normal;
}

#page-background {position:fixed; top:0; left:0; width:100%; height:100%;}
#wrapper {
		position:relative;
	width: 100%;
	display: table;
	z-index:1;
	margin:0;
	height:100%;
}
#content-home {
	position:relative;
	width: 960px;
	margin: 10px auto 0;
	background: url(images/nav-bg-home.png) repeat-y center top;
	padding: 20px;
	z-index:1;
}
#content {
	position:relative;
	width: 960px;
	margin: 10px auto 0;
	background: url(images/nav-bg.png) repeat-y center top;
	padding: 20px;
	z-index:1;
}
.booktext {
	color:#CC0000
}
.booktext a:hover{
	color: #CC0000;
	text-decoration:underline;
}
.booktext a{
	color:#CC0000
}

.bookheadtext {
	color:#CC0000;
	font-size:24px;
}
.bookheadtext a:hover{
	color: #CC0000;
	text-decoration:underline;
}
.bookheadtext a{
	color:#CC0000
}
#bottom {
	position:relative;
	width: 960px;
	margin: 10px auto 0;
	background: url(images/nav-bg.png) repeat-y center top;
	z-index:1;
	/*height:100%;  Causes footer to extend beyond the page bottom on webkit browsers*/
}
#top {
	position:relative;
	width: 960px;
	margin: 0px auto 0;
	background: url(images/nav-bg.png) repeat-y center top;
	z-index:1;
	display:block;
}
#logo {
	margin: auto;
	text-align:center;
}

h1 {
	margin: 0;
	padding: 0;
	font-style:normal;
	font-weight:normal;
}
.toptext {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
}
.headertext {
	color: #FFF;
	font-weight:bold;
}
.headertext a{
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
}
.headertext a:hover{
	color: #FFF;
	font-weight:bold;
	text-decoration:underline;
}

.toptext a{	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
	text-decoration:none;
	color:#000;}
	
.toptext a:hover{	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
	text-decoration:underline;
	color:#000;}

a img{border:0px}

a{ text-decoration:none;
color:#000;}
a:hover{ text-decoration:underline;
color:#000;}

#voucher_book {
	float: right;
	margin-right: 600px;
	height: 27px;
	width: 91px;
	overflow: hidden;
	background-image: url(images/btn-book-online.png);
	display: block;
}

#voucher_book:hover{
	background-position: bottom left;
}
