@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 100%;
	width: 100%;
	background-color: #000;
	color: #FFF
}

a img{    border: 0}
p {
	padding: 0px;
}

p strong {
	line-height: 1em;
	padding: 0px;
}

/*a:focus {
	outline: 0;
	text-decoration: none;
}*/

/*a:link {
	COLOR: #FFF;
	text-decoration: none;
}*/
/*a:visited {
	COLOR: #FFF;
	text-decoration: none;
}*/
/*a:active {
	COLOR: #00FF00;
	text-decoration: none;
}
*/
#container {
	width: 1190px;
	height: 875px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#container h2 {
	line-height: normal;
}

#banner {
	padding-left: 10px;
	font-size: xx-large;
	color: #FFF;
	font-weight: bold;
	height: 70px;
	width: 900px;
	background-image: url(../Images/about_us_banner.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
}

#bannerText {
	position: relative;
	left: 200px;
	bottom: 35px;
}

#menubar {
	width: 140px;
	margin-left: 15px;
	float: left;
	height: 800px;
	padding-top: 10px;
	position: absolute;
	top: 70px;
	left: 0px;
}
#container #banner h1 {
	font-family: Bellerose;
	line-height: 40px;
	padding: 0px;
	font-size: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#HowtoBookContainer {
	height: 190px;
	margin-left: 20px;
	position: absolute;
	left: 155px;
	top: 100px;
	width: 730px;
}
#HowtoBookContainer #HowHeader {
	margin-left: 10px;
	width: 100px;
	margin-right: 10px;
}
#HowtoBookContainer #How {
	margin: 0px;
	height: 190px;
	text-align: justify;
	position: absolute;
	left: 120px;
	top: 0px;
	width: 590px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid gray;
}
#RatesContainer {
	height: 169px;
	margin-left: 20px;
	position: absolute;
	left: 155px;
	top: 309px;
	width: 730px;
}
#RatesContainer #RatesHeader {
	width: 100px;
	margin-right: 10px;
	margin-left: 10px;
}

#RatesContainer #Rates {
	margin: 0px;
	height: 162px;
	text-align: justify;
	position: absolute;
	left: 120px;
	top: 0px;
	width: 590px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid gray;
}
#ContactContainer  {
	height: 134px;
	width: 730px;
	position: absolute;
	left: 155px;
	top: 520px;
	margin-left: 20px;
}
#ContactContainer #ContactHeader {
	width: 100px;
	margin-left: 10px;
}
#ContactContainer #Contact {
	margin: 0px;
	height: 125px;
	position: absolute;
	left: 120px;
	top: 0px;
	width: 590px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid gray;
}
#ContactContainer #Contact #tblContact {
}
a:link {
	COLOR: #FFF;
	text-decoration: underline;
}
a:visited {
	COLOR: #FFF;
	text-decoration: underline;
}
a:active {
	COLOR: #00FF00;
	text-decoration: none;
}
a:focus {
	outline: 0;
	text-decoration: none;
}

