#package_holder {
	font-family: Arial, Helvetica, sans-serif;
	width: 660px;
	border: 1px solid #35000B;
	position: relative;
	left: 2px;
	background-color: #F6ECC1;
	margin-bottom: 20px;
}
.package_menu_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#package_menu {
	float: right;
	width: 190px;
	position: relative;
	display: block;
	text-align: center;
	background-color: #FFFFFF;
}
#package_bullets {
	background-color: #F6ECC1;
	border: 1px solid #000000;
	list-style-type: circle;
	position: relative;
	width: 160px;
	padding: 3px;
	float: right;
	margin-left: 5px;
}

#package-detail-holder {
	width: 454px;
	float: left;
	padding: 8px;
	background-color: #35000B;
	min-height: 500px;
}
li {
	line-height:normal;
	margin-top: 3px;
}
#dining_box {
	background-color: #F6ECC1;
	margin: 5px;
	padding: 8px;
	float: right;
	width: 260px;
	border: 1px solid #35000B;
}
#dining_text {
	float:left; 
	margin-bottom:10px;
	width: 350px;
}
