div#booking_container {
	margin: 0 auto;
	width: 700px;
	padding: 0;
}

div#booking_nav {
	margin: 1em 0;
	padding: 0.05em;
	background-color: #c00;
	color: #fff;
}


div#booking_nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-type: none;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#booking_nav ul li a {
	text-decoration: none;
	color: #fff;
}
div#booking_nav ul li a:hover {
	text-decoration: underline;
}

div#main {
	margin: 0 auto;
	padding: 0;
	width: 700px;
}

div#booking_subhead {
	width: 292px;
}

.booking_roundedcornr_content, .receipt_roundedcornr_content { 
	margin: 0 14px;
	padding: 1em;
	background-color: #fff;
	height: 320px;
	width: 90%;
	overflow: auto;
	text-align: left;
}
.receipt_roundedcornr_content {
	height: 250px;
}
.receipt_roundedcornr_content h3 { 
	font-size: 150%;
}
.receipt_roundedcornr_content p { 
	font-size: 120%;
}
.receipt_roundedcornr_content pre { 
	font: 12px normal courier, "courier new", sans-serif;
	text-align: left;
	padding: 1em;	
}
.receipt_roundedcornr_content hr { 
	width: 50%;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}
div#blurb {
	margin: 0 auto;
	padding: 0;
	width: 95%;
}
div#blurb table {
	width: 100%;
}
div#blurb table.prices {
	padding: 0 3em;
	background-color: #fea;
	border-collapse: collapse;
}
div#blurb table.prices td.head {
	padding: 0.3em;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;	
}
div#blurb table.prices td.subhead {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div#blurb table.prices td.subhead a {
	text-decoration: underline;
	color: #000;
}
div#blurb table.prices td.subhead a:hover {
	text-decoration: none;
}
div#blurb table.prices td.divider {
	background-color: #fff;
}
div#blurb table td {
	text-align: center;
	padding: 0;
}
div#blurb table td.l {
}
div#blurb table td.r, div#blurb table.prices td.r {
	text-align: right;
}
div#blurb table td.button, div#blurb table.prices td.button {
	text-align: center;
}
div#blurb table.prices td {
	padding-left: 1em;
	text-align: left;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div#blurb table.prices td.section {
	padding: 0.5em 0 0.5em 0.5em;
	/*background-color: #fea;*/
	color: #333;
	text-align: left;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#left_blurb {
	padding: 0.8em;
	float: left;
	width: 55%;
	height: 300px;
	text-align: justify;
	background-color: #fea;
}
div#right_blurb {
	padding: 0.8em;
	float: right;
	width: 35%;
	height: 300px;
	text-align: justify;
	background-color: #fea;
}

div#right_blurb form {
	text-align: center;
	padding: 0;
}
.booking_c00_cornr_content {
	text-align: center;
}
.booking_c00_cornr_content p {
	color: #fff;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div#PayPal {
	background-color: #fff;
	text-align: center;
}
td.PayPal {
	background-color: #fff;
}
.booking_c00_cornr_content a,
.booking_c00_cornr_content a:link,
.booking_c00_cornr_content a:hover,
.booking_c00_cornr_content a:active,
.booking_c00_cornr_content a:visited {
	color: #fff;
	text-decoration: none;
}
.booking_c00_cornr_content a:hover {
	text-decoration: underline;
}