﻿ /*common css styling*/ 
body
{
background: #fff url(images/bg.png) repeat-x scroll left top;	
}

div#header
{
	background:transparent url(images/logo.png) no-repeat top center;
	height: 332px;
	border-bottom:solid 25px #e1a950;
}


div#outerWrapper
{
	width:100%;
}
div#container
{
	border: none;
	width: 766px;
}

div#contentWrapper
{
	background: #fff;
	border:  solid 1px #fff;
	border-top:none;
	margin-top:-10px;
}

div#menu
{
padding-top:10px;
}
/*LOGIN page styling only*/
/*YOUR BOOKING page styling only*/

div#bookings
{
	padding-left:0;
	width:741px;
}
/*MAKE A BOOKING page styling only*/	

