@charset "utf-8";
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	background-color: #000044;
	background-image: url(im/bg_stripe.gif);
	}
.narrow {
	font-family: "Comic Sans MS", cursive;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.narrow2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


.oneColFixCtrHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c0c0c0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left;
	position: relative;
	bottom: 20px;
	left: 50%;
	right: 50%;
	margin-left: -430px;
	padding: 3px;
	}
.oneColFixCtrHdr #header {
	padding: 12px 0px 0px 3px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	height: 226px;
	width: 860px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #00F;
	}
.oneColFixCtrHdr #mainContent {
	font-family: "Comic Sans MS", cursive;
	padding: 1px 20px 0px 20px;
	font-size: 16px;
	background-color: #E3E3E3;
	background-image: url(im/tj-bg-01.jpg);
	background-repeat: no-repeat;
	text-align: left;
	}
.oneColFixCtrHdr #footer {
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #00F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
#flashhdr {
	position: relative;
	margin-top: -178px;
	margin-left: 380px;
	width: 426px;
	height: 156px;
	z-index: 1000;
	}
#video {
	border: 3px solid #666666;
	display: block;
	margin-bottom: 5px;
	margin-top: 15px;
	margin-left: 0px;
	width: 368px;
	}
h2 	{
	color: #666;
	margin-bottom: -5px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
	}
h3 	{
	color: #666;
	margin-bottom: -10px;
	font-weight: bold;
	font-size: 24px;
	margin-top: 4px;
	}
h4 {
	font-size: 16px;
	font-style: italic;
	margin-top: -15px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #666;
}

#h5 {
	font-size: 11px;
	margin: -5px;
	padding: 0px;
	}
#h6 {
	font-size: 8px;
	}
#booking {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 150%;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	padding-top: 16px;
	margin-bottom: 7px;
	display: block;
	}
#clear {
	margin: 0px;
	padding: 0px;
	clear: all;
	width: 100%;
	border: 0px;
	display: none;
	float: none;
	}
h2 a:link{
	text-decoration: none;
	color: #666;
}
h2 a:visited {
	text-decoration: none;
	color: #666;
}
h2 a:hover{
	color: #33C;
	font-family: "Arial Black";
	text-decoration: none;
}
h2 a:active {
	text-decoration: none;
	color: #666;
}
#push {
	font-family: "Comic Sans MS", cursive;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 2px;
	background-color: #fff;
	color:#000;
	min-width: 55px;
	margin: 3px;
	width: 55px;
}
a {
	text-decoration: none;
}
.bump {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
.register {
	font-size: 13px;
}
.more {
	font-weight: bold;
	font-style: italic;
}
