@charset "utf-8";
/* CSS Document */
#title {
	width:980px;
	height:56px;
	background-image:url(../img/room/title.jpg);
	background-repeat:no-repeat;
	padding:10px 10px 0px 0px;
	text-align:right;
	float:left;
}
#container {
	width:1000px;
	height: auto;
	float:left;
}
#content {
	width:1000px;
	height: auto;
	float:left;
	background-color:#1c1e22;
}
#container_bottom {
	width:1000px;
	height:50px;
	float:left;
}
#container .thumbnailphoto {
	width:180px;
	height:119px;
	background-image: url(../img/room/room_detailbg.jpg);
	padding:6px;
	margin:15px 0px 0px 33px;
}
#container .border1px {
	border-bottom:1px #999 solid;
}

