html,body{
	margin: 0;
	padding: 0;
}

body{
	font: 76% arial,sans-serif;
}

p{
	margin: 0 20px 10px 32px;
}
img {
	margin:0;
	padding:0;
	border:0;
}
.attention {
	color: #933;
}
.larger {
	font-size: 112%;
}
a{
}

h1 {
	font: 220% bold tahoma,arial,sans-serif;
	color: #933;
	text-transform: uppercase;
	margin: 4px 20px 14px 32px;
}
h2 {
	font: 170% bold tahoma,arial,sans-serif;
	color: #933;
	margin: 4px 20px 14px 32px;
}
h3 {
	font: 140% bold arial,sans-serif;
	color: #933;
	margin: 4px 20px 14px 32px;
	line-height:1.3;
}

/* Formatting */

div#container{
	text-align: left;
	background: url(../images/menubg.gif) repeat-y top left;
}

div#content {
	background: url(../images/line_right.gif) no-repeat right top;
}
div#homePhotos {
	background: url(../images/clbc_header1b.jpg) no-repeat top left;
	height: 293px;
}

div#content p{
	line-height: 1.4;
}
div#content ul{
	margin: 0 20px 10px 48px;
	padding: 0;
}
div#homeContent p {
	font-size: 120%;
	line-height:1.3;
}
div#homeContent ul {
padding: 0;
	margin: -85px 0 12px 42px;
	font-size: 120%;
}
div#content ul.hilite li {
	list-style: none;
 	background: url(../images/bullet.gif) no-repeat;
 	padding: 0 0 6px 20px;
	margin:4px 0 0 -8px;
}

div#navigation{
}

div#footer{
	background: url(../images/line_bottom.gif) no-repeat left top #fff;
	color: #000;
}

div#footer p{
	margin: 0 0 0 35px;
	padding: 5px 10px;
	color: #666;
	font-size: 90%;
}
div#footer a{
	margin:0;
	padding:0;
	text-decoration:none;
	color: #666;
}
div#footer a:hover{
	text-decoration: underline;
}
div#accent {
	background: url(../images/bowl_logo.gif) no-repeat;
	height: 60px;
	width: 58px;
	position:relative;
	left: 741px;
	top: -98px;
	z-index: 0;
}

table#data, table#data2 {
	margin: 30px 0 0 8px;
}
table#data td, table#data2 td {
	border-bottom: 1px solid #cfcfcf;
}
table#data td {
	padding: 4px 10px 4px 4px;
}

table#data2 td {
	padding: 4px;
	text-align:left;
}

td.times {
	white-space:nowrap;
	text-align:right;
}

/* Side menu */

div#navigation ul {
	margin: 10px 0 12px 45px;
	padding:0;
}
div#navigation li {
	list-style: none;
	font-size: 126%;
	margin: 0;
	padding:0;
}
div#navigation a {
	background: url(../images/menu_main.gif) no-repeat;
	display: block;
	height: 45px;
	color: #fff;
	text-decoration: none;
	padding: 11px 0px 0px 62px;
	margin:0;
}
div#navigation a.double {
	padding: 5px 24px 6px 62px;
	line-height: 1.05;
}
div#navigation a:hover {
	background: url(../images/menu_roll.gif) no-repeat;
}

/* Layout structure */

div#container{
	width: 800px;
	margin: 0;
}

div#content{
	float: right;
	width: 557px;
}

div#navigation{
	float: left;
	width: 243px;
}

div#footer{
	clear: both;
	width: 100%;
}

