body {
	margin:0px;
	background-image:url(bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#f4f5d8;
}
.main_table {
	width:800px;
	margin:auto;
	min-height:50px;
	border-top:solid #89a9ae 1px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	border-bottom:solid #c1dfe3 1px;
	text-align:center;
}
.main_table span {
	padding-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0a8bd7;
	display:block;
	margin-bottom:10px;
	text-align:left;
}
.text_box1 {
	max-width:780px;
	_width: expression(document.body.clientWidth > 781? "780px" : "auto");
	margin:auto;
	text-align:justify;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
}
.x_pic {
	background:url(x.jpg) no-repeat center;
	width:66px;
	height:66px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	margin-right:10px;
}
.div_cr_lt {
	width:7px;
	height:7px;
	position:absolute;
	top:-1px;
	_top:-5px;
	left:-1px;
	background:url(box_crn_lt.gif) no-repeat center;
	z-index:1;
}
.div_cr_rt {
	width:7px;
	height:7px;
	position:absolute;
	top:-1px;
	_top:-5px;
	right:-1px;
	background:url(box_crn_rt.gif) no-repeat center;
	z-index:1;
}
.div_cr_lb {
	width:7px;
	height:7px;
	position:absolute;
	bottom:-1px;
	_bottom:-6px;
	left:-1px;
	background:url(box_crn_lb.gif) no-repeat center;
	z-index:1;
}
.div_cr_rb {
	width:7px;
	height:7px;
	position:absolute;
	bottom:-1px;
	_bottom:-6px;
	right:-1px;
	background:url(box_crn_rb.gif) no-repeat center;
	z-index:1;
}

.div_rounded_cr {
	border:solid #c1c1c1 1px;
	padding-left:10px;
	padding-right:10px;
	margin-top:25px;
	position:relative;
	text-align:left;
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFF;
	margin-bottom:25px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.div_half {
	width:360px;
	margin-top:10px;
	padding-top:10px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0px 10px 0px 10px;
	vertical-align:top;
	text-align:justify;
}
.div_half span {
	padding:0px;
	padding-bottom:10px;
	border-bottom:solid #cfef06 1px;
	width:100%;
	display:block;
	color:#eef2ac;
	text-align:left;
}

.pic_rooms {
	background:url(rooms.jpg) no-repeat center;
	width:110px;
	height:69px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	margin-right:10px;
}
.picture {
	width:108px;
	height:68px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	background-position:center;
	background-repeat:no-repeat;
	margin-top:10px;
}
.pic_rooms {
	width:110px;
	height:69px;
	background:url(rooms.jpg) no-repeat center;
	float:left;
}

.text_link {
	color:#006db1;
	text-decoration:none;
}
.text_link:hover {
	text-decoration:underline;
}