@charset "utf-8";
/* CSS Document */
#roomframe {
	width: 800px;
	height: 650px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
}
#roomtitle {
	width:800px;
	height:50px;
}
#room_b_photo_frame {
	width:434px;
	height:290px;
	left:18px;
	top:60px;
	z-index:1;
	position:absolute;
}
#room_b_photo {
	width:441px;
	height:320px;
	padding:10px 0px 0px 19px;
	float:left;
}
#room_s_frame {
	width:340px;
	height:330px;
	float:left;
}
#room_s_photo {
	width:100px;
	height:67px;
	float:left;
	margin:15px 3px 3px 3px;
}
#room_s_photo2 {
	width:100px;
	height:67px;
	float:left;
	margin:5px 3px 3px 3px;
}
#room_order {
	width:210px;
	height:50px;
	float:left;
	padding-left:60px;
	margin:5px 5px 5px 5px;
}
#room_content {
	width:780px;
	height:auto;
	padding:10px;
	float:left;
}
