@charset "utf-8";

*{
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
a:link, a:visited, a:hover, a:active {
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}
#wrapper {
	display:block;
	width:676px;
	background:url(../images/repeat.jpg) repeat-y;
}
#top {
	display:block;
	padding-top:570px;
	background:url(../images/top.jpg) top no-repeat;
}
#bottom {
	display:block;
	background:url(../images/bottom.jpg) bottom no-repeat;
	padding-bottom:20px;
	text-align:left;
}
#bottom p {
	padding:20px 40px 0px 40px;
}
#bookNow {
	color:#C88B13;
	font-weight:bold;
}
.bookImg {
	padding-bottom:10px;
}
#conditions {
	font-size:11px;
}
.logoImg {
	border:none;
	padding-bottom:20px;
}
#footer {
	display:block;
	width:650px;
	margin-left:15px;
}
#footer p {
	font-size:11px;
	padding:10px 0px;
}
#footer a:link, 
#footer a:visited,
#footer a:hover,
#footer a:active {
	font-weight:normal;
	text-decoration:underline;
	color:#333333;
}