body, html {
	background: black;
	font-family: Arial, Helvetica, sans-serif;
}

li.beebullet {
	list-style-image: url(images/bee25x20r.png);
	list-style-position: outside;
}

td.eventtitle {
	align: center;
	background-color: #cccc66;
	color: white;
	font-size: 20px;
}

td.specialtitle {
	align: center;
	background-color:#993300;
	color: white;
	font-size: 22px;
}

td.eventtbl {
	width: 49%;
	vertical-align: top;
}

table.eventtbl {
	border: 1px;
	cellpadding: 5px;
}

td.enlarge {
	color: red;
	font-size: 9px;
}

td.picture {
	vertical-align: bottom;
	width: 180px;
	height: 180px;
}

td.caption {
	width: 180px;
	vertical-align: top;
}

#logo {
	position: absolute;
	width:175px;
	height:90px;
	padding: 0px;
	top: 5px;
	left: 5px;
}

#headline {
	position:absolute;
	background-image: url(images/headline.png);
	left:182px;
	top:5px;
	width:800px;
	height:90px;
	color: white;
	padding-left: 10px;
	padding-top: 18px;
	font-size: 42px;
	background-repeat: no-repeat;
}

#topbar {
	xxclear: both;
	position:absolute;
	left:5px;
	top:97px;
	width:978px;
	height:26px;
	background: #cccc66
}

#sections {
	position: absolute;
	left:5px;
	top:125px;
	width:175px;
	height:480;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	xbackground-color: black;
}

#sections a:link, #sections a:visited {
	padding: 3px 6px 3px 6px;
	/*color: #21536A;*/
	display: block;
	color: #cccc66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
}

#sections a:hover{
	background-color: black;
	xwidth: 125px;
	text-decoration: underline;
}

#content {
	position:absolute;
	left:182px;
	top:125px;
	width:780px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size:18px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right:10px;
	background-color: white;
}

#footer {
	position: relative;
	bottom: -0px;
	font-size: 9px;
	height: auto;
}