﻿/*common css styling*/ 
body
{
	background-color: #f1ffe1;	
}

div#header
{
	background:transparent url(images/logo.png) no-repeat top center;
	height: 214px;
	border-bottom:3px solid #9bce65;
}

div#container
{
	width: 778px;	
	border: 7px solid #9bcf63;
	background-color:#F7FFE7;
}

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;
}
