﻿/*common css styling*/ 
body
{
	background:#333333 url(images/bg.gif)repeat-x scroll 0 0;
}

div#header
{
	background: transparent url(images/logo.png) no-repeat top center;
	height: 144px;
	background-color:#000;
	border:7px solid white;
}

div#outerWrapper
{
	background: #333 url(images/bg.gif) repeat-x top left;

}

div#innerWrapper
{
	height:377px;
	width:898px;
	border-top: url(images/top.png) repeat scroll 0 0;
	margin-left:auto;
	margin-right:auto;
}	

div#container
{
	width: 898px;
}

div#contentWrapper
{
	background: #fff;
	border:  solid 1px #fff;
}
/*LOGIN page styling only*/

/*YOUR BOOKING page styling only*/
	
/*MAKE A BOOKING page styling only*/

div#editBooking, div#bookings
{
	border:7px solid #F1F1F2;
	border-top:10px solid #F1F1F2;
	background-color: #f1f1f2;
	margin-top:5px;
	
}