html body {
	display: inline;
	text-align: center;
	margin: 0px auto;
	background: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #bababa;
}

a img{
	border: 0px;
}

.header{
	display: inline;
	width: 950;
	padding-top: 100px;
}

.header img{
	border: 0px;
	text-align: right;
}

.header a img{
	border: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

.titlebar {
	border: 0px;
	width: 950;
}

.content {
	width: 950px;
	text-align: left;
	margin-left: 20px;
	min-height: 500px;
}

.bio {
	width: 480px;
	text-align: center;
}

.arkast{
	width: 950px;
	text-align: left;
	display: block;
	clear: left;
}
	
.arkastbuttons{
	width: 385px;
	text-align: right;
	float: left;
}

.arkasttext{
	width: 565px;
	text-align: center;
	padding-top: 100px;
	float: left;
}

.arkastsubscribe{
	width: 490px;
	text-align: left;
	padding-top: 35px;
	padding-left: 70px;
	float: left;
}

.currentevent
 { 
	float: left;
	text-align: center;
	background: url('images/upcoming.events.jpg') no-repeat; 
	width: 372px;
	height: 435px;
	padding-top: 80px;
}

.footer {
	width: 800px;
	text-align: center;
	position: absolute:
	top: 600px;
	clear: left;
}

.footer img{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 25px;
}

.bioclass{
	width: 740px;
	text-align: left;
	position: relative;
	clear; both;
}

.biosub{
	text-align: left;
	float: left;
}

.biotext{
	text-align: left;
	float: right;
	margin-right: 20px;
}

.clearfix {display: block;}
/* .clearfix (display: inline-block;) */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */