div#splash {
	width: 940px;
	height: 500px;
	padding: 0px;
	margin: -80px 0px 0px 0px;
	background-color: white;
	overflow: hidden;
	background-color: #fff ;
	position: relative;
	z-index: -10;
}


#splashtext {
	position: relative;
	float: left;
	top: 75px;
	left: 75px;
	color: #fff;
	display: block;
	width: 250px;
	font-size: 16px;
	background: #405769;
	opacity: .85;
	padding: 8px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: 2px solid #fff;
}

.indexcontent {
	margin-top: 0px;
	padding: 40px 10px 10px 10px;
	background-color: #fff;
	height: 250px;
	border-top: 2px solid #000;
	background: #fff url("../images/logobg.jpg") no-repeat top 220px;
}

h3.index {
	margin: 0px;
	padding: 0px;
	border-bottom: 2px dotted #333;
	width: 300px;
}

div#leftindex{
	width: 400px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

div#rightindex{
	width: 430px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
}

div#middleindex {
	width: 170px;
	margin: 0px;
	padding: 0px;
	top: 25px;
	position: relative;
	float: left;
	text-align: center;
}


.homeevents {
	margin-left: -15px;
}