body {
	background-color: #dddddd;
	margin-top: 0px;
	text-align: center;
}
#bbt_container { 
	width: 960px; 
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	position:relative;
}
#bbt_header {
	width: 960px;
	background-image: url("../crt/crt_banner.jpg");
	background-repeat: no-repeat;
	height: 183px;
	clear:both;
}
#bbt_header h1, #bbt_header h2 { display: none; }
#belowheader {
	background-color: #ffffff;
	position:absolute;
	top: 183px;
}
#bbt_menu1 {
	width: 200px;
	float: left;
}
#bbt_mainbody {
	width: 760px;
	float: right;
}

#bbt_mainbody p, #bbt_menu1 li, #bbt_mainbody h2, #bbt_mainbody h3 {
	font-family: Arial, Helvetica, sans-serif;
}
#bbt_mainbody p {
	font-size: 1em;
}
#bbt_menu1 ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 10px;
}
#bbt_menu1 li {
	font-size: 1.2em;
}
#bbt_menu1 li a {
	color: #000000;
	text-decoration:none;
}
#bbt_menu1 li a:hover {
	text-decoration:underline;
}
#bbt_menu1 li.active {
	color: #990000;
	font-weight: bold;
}

.bbt_txtAddressUL {
list-style:none;
padding:0;
margin:0;
}
.bbt_txtAddressUL li {
display:inline;
}

/* Booking system */
.boxed { padding: 6px; border: 2px dashed red; background-color:yellow }