#head {
	position: absolute;
	margin: 25px 0px 0px -434px;
	left: 50%;
	width: 867px;
	height: 112px;
	background-color: white;
	background-image: url(../images/paper-bg.jpg);
	border: 3px solid #c6a683;
	border-bottom: 0px none;
}

#head #logo {
	float: left;
}

#head #headcontent {
	float: right;
	height: 85px;
	width: 319px;
	margin-right: 21px;
	margin-top: 13px;
	padding-left: 10px;
	border-left: 1px solid #cccccc;
	overflow: hidden;
	position: relative;
}

#upcomingheader {
	background-image: url(../images/upcoming-off.gif);
	width: 145px;
	height: 20px;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 15px;
}

#upcomingheader a {
	width: 145px;
	height: 20px;
	padding-top: 60px;
	display: block;
}

#upcomingheader a:hover,
#upcomingheader.selected a
{
	width: 145px;
	height: 20px;
	padding-top: 60px;
	display: block;
	background-image: url(../images/upcoming-on.gif);
}

#upcomingtab {
	/*display: none;*/
	position: relative;
	top: 30px;
	left: 5px;
	height: 58px;
	width: 313px;
	overflow: hidden;
}

#prevevent {
	padding-top: 20px;
	position: absolute;
	left: 0px;
	width: 8px;
	height: 15px;
}

#nextevent {
	padding-top: 20px;
	position: absolute;
	right: 0px;
	width: 8px;
	height: 15px;
}

#eventwindow {
	position: absolute;
	width: 270px;
	left: 20px;
	height: 50px;
	top: 5px;
	overflow: hidden;
}

#eventwindowpane {
	margin-left: 0px;
	width: 1200px;
}

#eventwindow .event {
	width: 125px;
	padding-right: 13px;
	height: 50px;
	font-size: 80%;
	float: left;
}

#eventwindow .event a {
	height: 16px;
	overflow: hidden;
	display: block;
	margin: 0px;
}

#eventwindow .event strong {
	height: 16px;
	overflow: hidden;
	display: block;
	margin: 0px;
}

#noevents {
	font-size: 70%;
	text-align: center;
	width: 270px;
	margin-top:10px;
}

#searchheader {
	background-image: url(../images/search-off.gif);
	width: 125px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
}

#searchheader a {
	width: 125px;
	height: 20px;
	padding-top: 60px;
	display: block;
}

#searchheader a:hover,
#searchheader.selected a {
	width: 125px;
	height: 20px;
	padding-top: 60px;
	display: block;
	background-image: url(../images/search-on.gif);
}

#searchtab {
	display: none;
	position: relative;
	top: 30px;
	left: 5px;
	height: 58px;
	width: 313px;
	overflow: hidden;
}

#searchtab form {
	margin: 0px;
	padding: 0px;
}

#searchtab form .searchbg {
	background-image: url(../images/searchbar-bg.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 30px;
	margin: 0px;
	padding: 3px 5px;
	float:right;
}

#searchtab form #query {
	width: 185px;
	border: 0px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

#searchtab form .gobutton {
	float:right;
}

#searchtab p {
	margin: 0px;
	clear: both;
	text-align: right;
	font-size: 80%;
	font-weight: bold;
}