.priceWrapper{
	position: relative;
	left: 5px;
	width:640px;
	/*padding:14px;*/
	border:solid 5px #4A3B34;
	border: 1px solid gray;
}

.tablePositioning{
	width:400px;
	position: relative;
	margin-left: 65px;
	text-align: center;
}

#pagetitle{
	font-size: 22px;
	font-weight: bold;
	font-family: cursive;
	text-align: center;
	color:#A9A495;
	margin-bottom: 15px;
}

#price table, #price table tr{
	width: 400px;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	color: black;	
}
#price table td{
	height: 20px;
}

#buttonReservationPrice{
	position:absolute;
	left:410px;
	top:28;
	width:101px;
	margin-top: -104px;	
}
#buttonReservationPrice a{
	text-decoration: none;
}

#buttonReservationPrice button{
	width: 100px; 
	height: 105px;
}