@charset "utf-8";
body {
	margin: 0px;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
hr {
	border:0px none;
	color:#1b1b1b;
	background-color:#1b1b1b;
	height:1px;
}
object {
	outline:none;
}
a {
	outline: none;
}
a:link {
	color: #7D6504;
	text-decoration:none;
}
a:visited {
	color: #7D6504;
	text-decoration:none;
}
a:hover {
	color: #43209A;
	text-decoration:none;
}
a:active {
	color: #43209A;
	text-decoration:none;
}

.link a:link, .link a:visited {
	color: #808080;
	text-decoration:none;
}
.link a:hover, .link a:active {
	color: #808080;
	text-decoration:none;
}

h2 a:link, h2 a:visited {
	color: #999;
	text-decoration:underline;
}
h2 a:hover, h2 a:active {
	color: #43209A;
	text-decoration:none;
}
h3 a:link, h3 a:visited {
	color: #FFF;
	text-decoration:none;
}
h3 a:hover, h3 a:active {
	color: #FFF;
	text-decoration:none;
}

table td {
	vertical-align: top;
}
img { 
	border: 0px none;
}
#container {
	width: 1212px;
	margin: 0px auto;
}
#left_column {
	width: 255px;
	background-image: url(images/pixel_left.jpg);
	background-repeat: repeat-y;
}
#left_column img {
	float:left;
}
#left_column object {
	float:left;
}
#right_column {
	width: 255px;
	background-image: url(images/pixel_right.jpg);
	background-repeat: repeat-y;
}
#right_column img {
	float:left;
}
#right_column object {
	float:left;
}
#main_column {
	background-color: #000;
}
#banner {
	height: 405px;
}
#content {
	width: 700px;
	padding: 0px 1px;
}
#footer {
	height: 262px;
	background-image: url(images/banner_bottom.gif);
	background-repeat: no-repeat;
	padding: 3px 255px 0px;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color: #999;
	text-decoration:none;
}

#footer table td {
	vertical-align: middle;
	height: 22px;
}
#footer table td img {
	display: block;
}
form {
	padding: 0px;
	margin: 0px;
}
.txtfield {
	width: 135px;
	background-color: #1b1b1b;
	color: #999;
	border: 0px none;
	padding: 3px;
	margin: 0px 0px 2px;
	font-size: 11px;
}
.txtfield2 {
	width: 334px;
	background-color: #fff;
	color: #333;
	border: 0px none;
	padding: 5px 3px;
	margin: 4px 0px;
	font-size: 16px;
}
.txtfield3 {
	width: 230px;
	background-color: #fff;
	color: #333;
	border: 0px none;
	padding: 5px 3px;
	font-size: 16px;
	margin: 4px 0px;
}
.txtarea {
	width: 474px;
	height: 150px;
	background-color: #fff;
	color: #333;
	border: 0px none;
	padding: 5px 3px;
	font-size: 16px;
	margin: 4px 0px 0px;
}
#booking_form td {
	padding: 10px 0px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
.submit {
	font-size: 18px;
	font-weight:bold;
	color: #F9C618; 
	border: 0px none;
	padding: 5px 0pc;
	background-color: #000;
	cursor: pointer; 
	cursor: hand;
}

/* Navbar */

#navbar {
	margin: 0px auto 20px auto; /* T R B L */
	padding: 0;
	width: 696px;
}

#navbar li {
	display: inline;
	/* float: left; */
	margin: 0 0 0 70px; /* T R B L */
	margin: 0 0 0 50px;
	padding: 0;
}

#navbar li a {
	height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	outline: none;
}

#navbar li a:hover {
	color: #43209A;
}

#navbar a:active {
	color: #43209A;
}

#navbar li#active a {
	color: #BB33AA;
}

/* ----------- */

#column1 {
	width: 162px;
	float: left;
	margin-right: 15px;
}
#column2 {
	width: 168px;
	float: right;
	background-color: #000;
}
#column3 {
	width: 480px;
	float: left;
}
#spacer {
	height: 5px;
	font-size: 1px;
}
#column4 {
	width: 339px;
	margin-right: 15px;
	float: left;
}
#column4 img {
	margin: 15px 0px;
}
#column5 {
	width: 510px;
	float: left;
}
#column5 img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#clear { clear: both; line-height: 0px; height: 0px; font-size: 1px; }


/* Txt styles */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#43209A;
	font-weight: normal;
	font-size: 43px;
	line-height: 43px;
	text-transform: none;
	margin: 10px 0px;
	padding: 0px 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	margin: 0px 0px;
	padding: 0px 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	margin: 10px 0px 15px;
	padding: 0px 0px;
}
.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size: 18px;
	line-height: 22px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#F9C618;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	margin: 10px 0px 15px;
	padding: 0px 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	margin: 10px 0px 15px;
	padding: 0px 0px;
}
.copy_white {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}