#Listing_Wrapper {
	display: block;
	float: left;
	width: 725px;
}

.Package_Wrapper {
	display: block;
	float: left;
	width: 360px;
	margin-top: 10px;
}

.Package_Wrapper a {
	color: #792720;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.Package_Description {
	display: block;
	float: left;
	width: 350px;
	text-align: left;
	margin-right: 10px;
}

.Package_Description p {
  margin-top: 0px;
}

.Room_Price {
	color: #792720;
}

.Room_Wrapper {
	width: 695px;
	border: 2px solid #792720;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.Room_Description {
	display: block;
	float: left;
	width: 675px;
	padding: 10px;
}

.Package_Title {
	text-indent: 10px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	width: 695px;
	background-color: #792720;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
}

.Button_Wrapper {
	display: block;
	float: left;
	width: 695px;
	text-align: right;
}

.Button_Left {
	display: block;
	float: left;
	width: 345;
	text-align: left;
}

.Button_Right {
	display: block;
	float: right;
	width: 345;
	text-align: right;
}