/* CSS Document */
.where {
	width:800px;
	height:550px;
	background:url(images/bg.gif) no-repeat;
	margin:0;	
}
.box {
	padding:0;
	width:240px;
	height:100px;
	position:relative;
	text-align:center;
	padding-top:20px;
}
.box h3 {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13pt;	
}

#alumni {
	background:url(images/almnbg.gif); 
	margin:20px 0px 20px 70px;
	float:left;
	
	
}
#mentor {
	background:url(images/mntrbg.gif); 
	margin:20px 70px 20px 0px;
	float:right;
}

#athletic {
	background:url(images/athlbg.gif); 
	margin:80px 0px 20px 10px;
	float:left;
}
#individual {
	background:url(images/indvbg.gif); 
	margin:80px 10px 20px 0px;
	float:right;
}
#employer {
	background:url(images/emplbg.gif); 
	margin:20px auto 0 auto;

}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.join {
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/jointoday.gif) no-repeat;
	width:134px;
	height:46px;
	margin:20px auto 10px auto;	
}
#facebox {
	width:800px;
	height:550px;
}

#facebox .body {
	width:800px;
	height:550px;
	background:url(images/bg.gif) no-repeat;
}
