@charset "utf-8";

#allpage {
	background-color: #D0C8B3;
}

#introduction {
	float: left;
	width: 49%;
}
#body #bodypanel1 {
	float: right;
	width: 49%;
}
#body #bodypanel2 {
	width: 49%;
}
#body {
}
.inside_container {
	padding-right: 4%;
	padding-left: 4%;
	background-image: url(../images/inside_container_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 2%;
	background-color: #D0C8B3;
}
.inside_container h1 {
	font-size: 1.4em;
	line-height: 1.6em;
}
.inside_container h2 {
	font-size: 1.2em;
	line-height: 1.4em;
}
.inside_container h3 {
	font-size: 1.1em;
	line-height: 1.1em;
}
.inside_container .floatleft {
	float: left;
	margin-right: 10px;
}
a.booking_button     {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	height: 20px;
	width: 78px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-image: url(../images/book_now_but.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

a:hover.booking_button   {
	background-image: url(../images/book_now_but_hov.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFF99;

}
.banner_ad {
	height: 80px;
	width: 300px;
}

.noprint {
	background: url(../images/inside_container_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 3%;
	padding-right: 4%;
	padding-left: 4%;
}
.chat_image {
	float: right;
	margin-left: 1%;
}
