﻿/*common css styling*/ 
body
{
	background:#333333 url(images/bg.png)repeat-x scroll 0 0;
}

div#header
{
	background:transparent url(images/logo.png) no-repeat top center;
	height: 260px;
	border-bottom:3px solid #EEEEEE;
}

div#container
{
	width: 770px;	
	border: 7px solid white;
	background-color:#EEEEEE;
}

div#content
{
	height:100%;
	margin:0;
}

div#home
{
	margin-right:10px;
}

div#menu
{
	padding:7px 7px 0 7px;
}
/*LOGIN page styling only*/

/*YOUR BOOKING page styling only*/

/*MAKE A BOOKING page styling only*/	

div#editBooking
{
	background-color:#d8edb4 ;
	border:7px solid white;
}

