/* Container Styling */
body {
  font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #fff;
	font-size: 12px;
	background-color: #4f4f4e;
	background-image: url(./images/bodybg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	}
.container {
  position: relative;
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	}

a {
	color: #ffa800;
	text-decoration: none;
	}
a:hover {
  color: #fff;
	}

.head {
  position: absolute;
	left: 42px;
	top: 25px;
	background-image: url(./images/head.gif);
	width: 955px;
	height: 79px;
	}
.menu {
  position: absolute;
	top: 95px;
	left: 0;
	color: #ffa800;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Candara";
	}
.menu a {
  margin: 0 5px;
	}

.splash {
  position: absolute;
	left: 45px;
	top: 172px;
	width: 694px;
	height: 415px;
	background-image: url(./images/splash.jpg);
	}

.bookonline {
  position: absolute;
	left: 751px;
	top: 185px;
	width: 229px;
	height: 157px;
	background-image: url(./images/bookonline.gif);
	padding-top: 130px;
	padding-left: 17px;
	}
table {
  margin-top: 6px;
  }
.bookonline .inputtext, .bookonline .inputtextarea {
	font-size: 12px;
	padding: 1px;
	border: 1px solid #ccc;
  font-family: Arial, Helvetica, sans-serif;
	}
.bookonline .inputtextarea {
  height: 27px;
	width: 128px;
	}

.aa {
  position: absolute;
	left: 751px;
	top: 483px;
	width: 246px;
	height: 96px;
	background-image: url(./images/aa.gif);
	}

.copyright {
  position: absolute;
	left: 690px;
	top: 687px;
	font-size: 14px;
	color: #795309;
	font-weight: bold;
	font-family: "Candara";
	}
.copyright a {
  color: #fff;
	}

.exlinks {
  position: absolute;
	left: 50px;
	top: 620px;
	font-size: 14px;
	color: #795309;
	font-weight: bold;
	font-family: "Candara";
	}
.exlinks a {
  color: #fff;
	font-size: 12px;
	}

.content {
  position: absolute;
	left: 45px;
	top: 170px;
	width: 690px;
	}
.scrollcontent {
  height: 409px;
	overflow-y: scroll;
	}
h1 {
  margin-top: 0;
	font-size: 24px;
	}

.textinput {
  width: 300px;
	}
.captcha {
  position: relative;
	top: 4px;
	}

.logos {
  position: absolute;
	top: -11px;
	left: 470px;
	}
img {
  border: 0;
	}