@charset "utf-8";
/* CSS Document */

#container .list {
	width:722px;
	height: 240px;
	background-image:url(room_list_bg.jpg);
	padding:0px 0px 0px 0px;
	margin-bottom:10px;
	float:left;
	background-repeat:no-repeat;
}
#container .photo {
	width:299px;
	height: auto;
	padding:20px 0px 0px 20px;
	float:left;
}
#container .photo_border {
	border:1px #000 solid;	
}
#container .smallphoto {
	width:380px;
	height: 209px;
	padding:10px 10px 10px 10px;
	float:left;
}
#container .content {
	width:760px;
	height: auto;
	float:left;
}

