/* CSS Document */
img {
	border: 0;
}

a {
	color: #fff;
}

	a:hover {
		text-decoration: none;
	}

h1 {
	background-color: #006898;
	color: #fff;
	font-size: 23px;
	font-weight: normal;
	text-align: center;
	padding: 6px 0 6px 0;
}

h2 {
	background-color: #006898;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 6px 0 6px 0;
}

h3 {
	background:url(../grfx/flower.jpg) no-repeat;
	height: 43px;
	padding: 10px 0 0 45px;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 -8px 0;
	color: #003399;
	float: left;
}

h4 {
	color: #043871;
	font-weight: normal;
	text-align: center;
}

h5 {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

hr {
	height: 1px;
	border: 0;
	background-color: #7dd4ff;
	color: #7dd4ff;
}

.blueheader {
	background-color: #0084c2;
	font-size: 15px;
	font-weight: bold;
	width: 238px;
	height: 21px;
	text-align: center;
	margin: 0 20px 0 0;
	display: block;
	float: left;
}

.float-image-right {
	float: right;
}

	.float-image-right img {
		padding: 0 5px 10px 20px;
	}
	
.booknow {
	float: left;
	margin: 23px 0 0 15px;
}
