body {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	background-color:#FFFFFF;
	top: 0px;
}

.allCenter{
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	top: 1px;
}

.titlebox {
	width: 775px;
}
	
.mainbody {
	width: 775px;
	text-align: center;
}
.contentside {
	float: left;
	width: 575px;
	font-size: 12px;
	text-align: left;
}
.infoblock {
	float: left;
	width: 575px;
}
.infoleft {
	float: left;
	width: 160;
}
.infotitle {
	width: 160px;
	font-size: 24px;
	font-weight: bold;
	border-top: 0px none #FF0000;
	border-right: 0px none #FF0000;
	border-bottom: 2px solid #FF0000;
	border-left: 0px none #FF0000;
}
.infotitlebelow {
	width: 160px;
	font-size: 12px;
	font-weight: bold;
}
.infocontent {
	float:right;
	width: 405px;
	border-top: 0px none #FF0000;
	border-right: 0px none #FF0000;
	border-bottom: 2px solid #FF0000;
	border-left: 2px solid #FF0000;
	margin-left: 3px;
	padding-left: 3px;
}
.infocontentunder {
	float:right;
	width: 405px;
	margin-left: 3px;
	padding-left: 3px;
}
.eventside {
	float: right;
	width: 195px;
	background-color: #FF6600;
}
.clearFloats{
	clear:both;
}
a {
	text-decoration:none;
	color:#000000;
	font-weight: bold;
}
.bigtitles {
	font-size: 24px;
	font-weight: bold;
	background-color: #CC00CC;
}
.spacer {
	float: right;
}
a:hover {
	color:#999999;
}
.transOFF {width: 100%; background-color: black; }
.transON {width: 100%; background-color: black;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5; }