* { margin:0; padding:0}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #C6C6C6;
}
#wrapper {position:relative;}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#tagline {
	padding-left: 190px;
}
#topnav {
	margin:5px 0 0 0;
	_margin:8px 0 -3px 0;
	text-align: right;
	list-style-type: none;
	font-size: 80%;
}
#topnav a:link, #topnav a:visited, #topnav a:hover, #topnav a:active {
	color: #B2CF16;
	text-decoration: none;
	margin: 0 5px;
	padding-top: 5px;
}
#topnav a:hover, #topnav a:active, .active {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B2CF16;
}
#content {
	padding:44px 10px 25px 25px;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#footer {
padding:1em;
	font-size: 75%;
	text-align: center;

}
a:link {
	color: #A7C700;
	text-decoration: underline;
}
#bookingform {
	color:#000;
	float: right;
	width: 390px;
	position:relative;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}
h1, h2, h3, h4 {
	color: #000000;
	font-weight: normal;
	margin-bottom:1em;
}
#content ul {
	list-style:none;
	padding: 0px;
}
#content li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left:20px;
	list-style-position: outside;
}
h1 { font-size:140%;}
h2 { font-size:125%;}
h3 { font-size:110%;}
p { margin-bottom:0.7em;}
a img { border: 0;}
input.req { background: #FCA;}
strong { font-weight: normal;}
em { font-weight: normal;
font-style: normal;}
