body {
	margin: 0px;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
#bookingwrapper {
	text-align: justify;
	margin-top: -250px;
	margin-left: -265px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 529px;
}
#bookingheader {
	background-color: #000000;
	padding: 10px;
	height: 75px;
	width: 529px;
}
#booking {
	background-color: #000000;
	padding: 10px;
	height: 400px;
	width: 529px;
}
button {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
.myButton {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC00;
	background-color: #000000;
	border: 1px solid #FFCC00;
	height: 20px;
	width: 200px;
}

#bookinggo {
	text-align: center;
	background-color: #333333;
	padding: 10px;
	height: 20px;
	width: 509px;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC00;
}


#flashcontent {
	text-align: center;
	margin-top: -160px;
	margin-left: -275px;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 10px;
	width: 550px;
	background-color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;	
}
/*-------------------------------------*/
a:link {
	font-family: Tahoma, "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma, "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma, "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: Tahoma, "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
