﻿@import url(layout.css);
body {
	color: #006;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
	background-image: url('../images/bblbg.jpg');
}
#container {
	width: 770px;
	margin: 0 auto;
	background-color: #66D0D9;
}
#masthead {
	text-align: right;
	width: 770px;
	height: 200px;
	padding: 0;
	background-color: #cde;
	background-image:url('../images/bbllogo.jpg');
}
#mastheadattract {
	text-align: right;
	width: 770px;
	height: 200px;
	padding: 0;
	background-color: #cde;
	background-image:url('../images/attractionlogo.jpg');
}


#eft p {
	margin-left: 297px;
}

#navigation {
	background-color: #0099CC;
	overflow: hidden;
}
#column_l {
	width: 420px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 300px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 10px;
	top: 5px;
	padding: 5px 0px 5px 5px;
}
#footer {
	text-align: center;
	background-color: #0099CC;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0 0 0 20px;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #CCCC66;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #993;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #008FBF;
}
#navigation a:hover {
	color: #000066;
	background-color: #CC6;
	border: 1px solid #993;
}
/* Styles for Content */
h1 {
	color: #036;
	font-size: 2.0em;
	font-style: italic;
	text-align: center;
}
h2 {
	color: #036;
	font-size: 1.75em;
}
h3 {
	color: #036;
	font-size: 1.5em;
}
h4 {
	color: #036;
	font-size: 1.25em;
}
h5 {
	color: #036;
	font-size: 0.75em;
}
h6 {
	color: #036;
	font-size: 0.5em;
}
big {
	color: #036;
	font-size: medium;
}
#column_r p {
	color: #006;
	font-size: small;
	margin: 0;
	padding: 5px;
	font-weight: 500;
	
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
#passiton p {
	text-align="center";
}

/* Styles for Footer */
#footer p {
	color: #DEE083;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #DEE083;
	text-decoration: underline;
}
#footer a:hover {
	color: #006;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #096B88;
	text-decoration: none;
}
a:hover {
	color: #999933;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}