.row {
	width: 85%;
	height: 234px;
	font-size: 30px;
	font-family: Georgia;
	overflow: hidden;
}

.littlerow {
	width: 768px;
	height: 100px;
	font-size: 4em;
	float: top;
	overflow: hidden;
}

#first {
	margin: 0 auto;
	padding: 10px;
}

#middle {
	margin: 0 auto;
	padding: 0 10px;
}

#last {
	margin: 0 auto;
	padding: 10px;
}

.box {
	background: #FFFFFF;
	float: left;
	display: block;
	width: 248px;
	height: 234px;
	text-align: center;
	overflow: hidden;
}

a img {
	opacity: 0.8;
	filter:alpha(opacity=80);
}

a:hover img {
	opacity: 1;
	filter:alpha(opacity=100);
}

a .text {
	color: #000000;
	padding: 2px 4px;
	opacity: 1;
	filter:alpha(opacity=100);
	z-index: 2;
}

a:hover .text {
	opacity: 0;
	filter:alpha(opacity=0);
	z-index: 2;
}

.text {
	position: relative;
	bottom: 50px;
	line-height: 1.2em;
}

#logo {
	background: url(../images/splash/Logo.png) no-repeat center;
	width: 745px;
	height: 100px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}

#senior {
	width: 508px;
}	

.margin {
	margin-right: 10px;
}
