body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	background-color: #Ffffff;
	padding:0px;
	margin:0px;
	}

.mainsection {
	width:760px;
	}

.headerbar {
	width: 760px;
	height:100px;
	top:0px;
	left:0px;
	}
	
.leftmenu {
	width:150px;
	background-color: #E8E4DA;
	padding:0px;
	margin:0px;
	position:absolute;
	left:0px;
	}
	
.bodysection {
	position:absolute;
	left:150px;
	width: 610px;
	background-color:#ffffff;
	background-image:url(images/fade.jpg);
	background-repeat:repeat-x;
	}

.bodytext {
	font-size:70%;
	padding-left:30px;
	padding-right:30px;
	padding-top:0px;
	padding-bottom:10px;
	}
	
.footerbar {
	width:760px;
	background-color:#E8E4DA;
	height:25px;
	}

ul {
	list-style: disc;
	}
	
.clearing {
	clear: both;
	}
	
h2.clearing {
	margin-top: 40px;
	margin-bottom: -10px;
	}
table#booking	{
	width:600px !important;
	}
	
tr.odd	{
	background-color: #eeeeee;
	}