#main {
	width:900px;
	background-color:#FFFFFF;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	overflow:auto;
}

#header {
	width:900px;
	height: 150px;
	background-image:url('/images/bg-header.gif');
	background-repeat:no-repeat;
}

#logo {
	width:275px;
	padding-top: 10px;
	padding-left: 10px;
}


#logo1 {
	width:575px;
	height: 100px;
	padding-top: 10px;
	padding-left: 10px;
	float: right;
	text-align: center;
	font-size: 24px;
}


#menu {
	width:575px;
	float: right;
}

#left_column {
	margin-top: 10px;
	width:250px;
	float: left;
}

#booking {
	width:250px;
	height: 200px;
	background-image:url('/images/bg-booking.gif');
	background-repeat:no-repeat;
	padding-top: 20px;
}

#best-rates {
	width:240px;
	height: 130px;
	background-image:url('/images/bg-best-rates.gif');
	padding-top: 20px;
	padding-left: 10px;
	color: #EEEEEE;
	line-height:200%
}

#right_column {
	margin-top: 10px;
	margin-left: 10px;
	width:640px;
	float: right;
}

#footer {
	width:900px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	background-image:url('/images/bg-footer.gif');
	background-repeat:no-repeat;
	padding-top: 20px;
}

body {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS', Verdana;
}

#menu a{
	color: #973E5A;
	text-decoration: underline;
}

#menu a:hover{
	color: #EEEEEE;
	text-decoration: none;
}

h1 {
	font-size:18px;
}
#main #header #logo1 p {
	text-align: center;
}
