@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #1b1f1b;
	background-image:url(wa-vip-charter-bg.gif);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	color: #fff;
}

p, li {font-size:12px;}
.small {font-size:9px; margin:0}
.red {color:#C00;}
img {border:none;}

a:active, a:link, a:visited {color:#CC9;}
a:hover {color:#FC3;}

#container { 
	width: 1050px; 
	margin: 0 auto;
	border-bottom:#666 1px solid;
	border-left:#666 1px solid;
	border-right:#666 1px solid;
} 
#header {
	background-image:url(wa-vip-charter-header10.jpg);
	background-repeat:no-repeat;
	height:210px;
}
#menu {
	height:26px;
	padding-left:380px;
}

#sidebar1 {
	float: left;
	width: 330px;
	min-height: 160px;
	padding: 40px 10px 15px 20px;
}
#mainContent { 
	margin: 0 0 0 357px; /* use this div if you want to expand the sidebar text */
	padding: 0 20px; 
}

#mainContentSidebar  {
	margin: 0; /* use this div if you want the main text to wrap under the sidebar */
	padding: 0 20px; 
}
#footer { 
	padding: 0 10px 0 0;
	text-align:right;
} 
#footer a {
	margin: 0;
	color:#999;
	text-decoration:none;
	font-size:9px;
}

table.booking {
	border:1px solid #000;
	background-color:#282d28;
	width:565px;
	font-size:9px;
}
table.booking td {
	padding:3px 0;
}
table.booking input {
	background-color:#282d28;
	border-bottom:1px solid #000;
	border-left:none;
	border-right:1px solid #000;
	border-top:none;
	color:#FFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}