@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	background-image: url(BG.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
}
.oneColElsCtr #container {
	width: 46em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
}
a {
	color: #d7182a;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
b {
	color: #fff;
}
img {
	border: none;
}
#jbweblogo {
	width: 554 px;
	height: 414 px;
	border: none;
	 margin-top: 20px;
}
#jbcentre {
	height: 90px;
}
#bookinglinks {
	height: 120px;
}
# roombookimg {
}
# tablebookimg {
}
#contactlink  {
	font-size: medium;
}
#jbbooklogo {
	width: 300 px;
	height: 224 px;
	border: none;
}
#bookingform {
	margin: 20px;
}
#jbaddress{
	width: 522px;
	height: 80px;
	border: none;
}
#companyinfo {
	font-size:x-small;
	color:#666666;
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
