
/* cvs id: $Id: style.css,v 1.2 2010/03/19 16:04:05 andrews Exp $ */

/* ==================== Start Body styles ====================== */

body {
	margin: 0px;
	padding: 0px;
}

#header {
	height: 150px;
	background: url(images/header-bg.gif) top left repeat-x;
}

#header-logo {
	height: 34px;
	width: 920px;
	background: url(images/header-logo.gif) bottom left no-repeat;
	padding-top: 96px;
	margin: 0px auto;
}

#header-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #c1d7e9;
	position: relative; 
	height: 20px; 
	width: 230px; 
	left: 345px; 
	top: 105px; 
	margin: 0px auto; 
}

a:link, a:visited {
	color: #73abe0; 
	text-decoration: none;
}

a:hover {
	color: #5b88b2;
	text-decoration: none;
}

#booking-container {
	height: 303px;
	background: url(images/booking-bg.gif) top left repeat-x;
	border: none;
}

#main-content-wrapper {
	overflow: hidden;
}

#main-content {
	margin: 0px auto;
	width: 840px;
	min-height: 200px;
	background: url(images/content-bg.gif) top left repeat-x;
	padding: 20px 40px;
	color: #666666;
	line-height: 1.7em;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer-wrapper {
	margin-top: 60px;
	background: #cccccc;
	height: 32px;
}

#footer {
	margin: 0px auto;
	width: 890px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
	color: #999999;
}

#footer-space {
	height: 30px;
	background: #ffffff;
}

.heading1, .head2 {
	color: #666666;
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#stopme {
	display: none;
}