#spottop { 
	float:left; 
	clear:left; 
	padding:0;
	padding-right:2px; 
	width:90px; 
	height:100%;
	background-image: url(../images/spotspacer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:22;
}

#spotmiddle { 
	float:left; 
	clear:left; 
	padding:0; 
	padding-right:2px;
	width:90px; 
	height:100%;
	background-image: url(../images/spotspacer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:22;
}

#spotbottom { 
	float:left; 
	clear:left; 
	padding:0; 
	padding-right:2px;
	width:90px; 
	height:100%;
	background-image: url(../images/spotspacer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:21;
}

.spottopheight {
	height:100px;
}

.spottoptext {
	margin-top:5%;
}

.spotmiddleheight {
	height:100px;
}

.spotmiddletext {
	margin-top:5%;
}

.spotbottomheight {
	height:100px;
}

.spotbottomtext {
	margin-top:5%;
}
.normalimage { 
	margin-left:5px;
	margin-top:5%;
}

.man {
	padding-bottom:0px;
	position: relative;
	height: 86px;
	top:25px;
	left:-10px;

}

.grayblueline {
		background-image: url(../images/blueline.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
}