/* CSS Document */

body {
	margin:0px 0px; padding:0px;
	text-align:center;
	background-color:#ECF5FF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size:85%;
	line-height:1.5em;
	}
h1 {
	font-size:130%;
}
a {
	text-decoration:none;
	color:#ff9900;
	font-weight:bold;
}
a.link {
	text-decoration:none;
	color:#ff9900;
	font-weight:bold;
	}
a:visited {
	text-decoration:none;
	color:#ff9900;
	font-weight:bold;
	}
a:hover {
	text-decoration:underline;
	font-weight:bold;
	}
#container {
	width:760px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-color:#ECF5FF;
	}
#navigation	{
	background-image:url(../images/bg-nav.jpg);
	width:760px;
	height:27px;
	padding-top:4px;
	}
#nav {
	float:left;
	height:15px;
	padding-right:7px;
	padding-left:18px;
	font-size:90%;
	}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
a.nav:hover {
	color:#ff9900;
	text-decoration: none;
	font-weight:bold;
}
#homemain {
	background-image:url(../images/bg-main.jpg);
	width:760px;
	}
#footer	{
	font-size:90%;
	float:left;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	}
#copyright {
	font-size:90%;
	float:right;
	display:inline;
	padding-bottom:30px;
	padding-right:20px;
	}
#top {
	width:760px;
	height:17px;
	background-image:url(../images/bg-top.jpg);
	}
#bottom {
	width:760px;
	height:17px;
	background-image:url(../images/bg-bottom.jpg);
	}
#content {
	background-image:url(../images/bg-logo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-left:30px;
	padding-right:30px;
	padding-top:15px;
	padding-bottom:10px;
	height:100%;
	min-height:501px;
	}
#leftcol {
	width:330px;
	float:left;
	padding-right:23px;
	}
#rightcol {
	width:330px;
	float:right;
	text-align:left;
	}
#contactusbox {
	width:305px;
	background-color:#FFFFFF;
	border-color:#AFAEC0;
	border-width:1px;
	border-style:solid;
	padding:15px 15px 15px 15px;
	}
.intro	{
	font-size:110%;
	font-weight:bold;
	}
ul {
	list-style-image: url(../images/bullet.jpg);
	margin:15px;
}
#terms	{
	padding:15px;
	text-align:left;
}
#booking	{
	padding:15px;
	text-align:left;
}
.floatleft	{
	display:inline;
	float:left;
}
.floatright	{
	display:inline;
	float:right;
}