#pageContent {
	float: left;
	width: 620px;
	padding: 10px 0px 0px 10px;
}

#blueBox {
	width: 350px;
	background-color: #E5EDF2;
	padding: 20px 200px 20px 70px;
}

#blueBox h1 {
	color: #00ABE2;
	margin: 0px;
	padding: 0px;
}

#blueBox p {
	font-size: 0.7em;
	padding: 0px 0px 15px 0px;
}

#blueBox table.prices {
	margin: 10px 0px;
}

#blueBox table.prices td, #blueBox table.prices th {
	font-size: 0.7em;
	padding: 3px 5px;
	text-align: left;
	border-bottom: 1px solid #00ABE2;
}

#blueBox table.prices th {
	font-size: 0.8em;
	color: #00ABE2;
}

#blueBox table.prices td.date {
	width: 80px;
}

#blueBox table.prices td.pax {
	width: 50px;
}

#blueBox table.prices td.discount {
	width: 186px;
}