#body {
	text-align: center;
	background-color: #000;
	margin-top: 0px;
}
a:link {
	text-decoration: none;
	color: #ff0000;
}
a:visited {
	text-decoration: none;
	color: #ff0000;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #ff0000;
}
#header {
	background: #000;
	width: 1000px;
	height: 138px;
	position: relative;
	margin-top: 0px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat center bottom;
}
#navbar {
	position: absolute;
	height: 25px;
	right: 20px;
	bottom: 3px;
	width: 475px;
	padding-top: 5px;
}
#newsticker {
	background: #000;
	margin-top: 0px;
	float: right;
	width: 845px;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #fff;
	font-weight: normal;
}
#events {
	float: left;
	margin-top: -134px;
	width: 415px;
	height: 206px;
}
#footertext {
	position: absolute;
	top: 51px;
	left: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #fff;
	font-weight: normal;
}
#breadbin {
	margin-top: 0px;
	width: 290px;
	height: 20px;
	float: left;
}
#breadcrumb {
	background: #222;
	margin-top: 0px;
	float: left;
	width: 500px;
	height: 20px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #fff;
	font-weight: normal;
	z-index: 1;
}
#breadcrumbfade {
	background: #000;
	filter: alpha(opacity=75);
	opacity: 0.75;
	margin-top: 0px;
	float: left;
	width: 500px;
	height: 20px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #fff;
	font-weight: normal;
	z-index: 1;
}