
/*----------------------------------------------------------------------- index stuff --*/

#homeImages {
	position: relative;
	height: 75px;
	margin-top: 20px;
	margin-left: 60px;
	margin-right: 20px;
}


.flpImageBox {
	position: relative;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 60px;
	height: 100%;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	text-align: center;
}

.flpIndexBird {
	position: relative;
	height: 100%;
	top: -10px;
}

.flpImageBox a {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663366;
	line-height: 10px;
	text-decoration: none;
	text-align: center;
}

.flpImageBox a:hover {
	color: #FF9900;

}

.flpLinkImage {
	position: relative;
	height: 50px;
	width: 100%;
}

/*------------------------------------------------------------------------- flp half --*/

#flpIndex {
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #9999FF;
}

#indexFLPLogo {
	position: relative;
	margin-top: 10px;
}

#indexFooter {
	position: relative;
	height: 75px;
	margin-left: 10px;
	margin-right: 10px;
}

.footerImage{
	position: relative;
	display: inline;
	float: left;
	margin-right: 25px;
	width: 60px;
	background-color: #eeeeee;
	height: 60px;
	
}
