#pageContent{
	background: url(olmecBack.jpg) 320px bottom no-repeat;
}

#pageBody {
	position: relative;
}

.item {
	text-align: center;
	float: left;
	width: 110px;
	position: relative;
}

.item a {
	text-decoration: none;
	color: #000000;
	display: block;
}

.item a:hover {
	color: #2866BD;
}

#col1 {
	left:72px;
	position:absolute;
	top:150px;
}

#col2 {
	left:480px;
	position:absolute;
	top:150px;
	width: 230px;
}

.infoPane {
	background: url(../../../images/infoPaneTop.png) top left no-repeat;
	padding-top: 23px;
	width: 222px;
	position: absolute;
	left:-56px;
	z-index:999;
	display: none;
}

.infoPane .inner {
	background: url(../../../images/infoPaneBack.png) top left repeat-y;
	padding-left: 14px;
	padding-right: 14px;
}

.infoPane .bottom {
	background: url(../../../images/infoPaneBottom.png) bottom left no-repeat;
	height: 19px;
}

div.item a:hover .infoPane {
	display: block;
}
