h1 {
	background: url(../images/titles/title_bios_slammed.png) no-repeat;
}

* html h1 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/titles/title_bios_slammed.png');
}

h2 {
	color: #B6DF53;
	margin: 5px 0;
}

#geoff,
#jill {
	overflow: hidden;
	margin-bottom: 20px;
/*	position: relative;
	z-index: 1;*/
}

* html #geoff,
* html #jill {
	height: 1%;
}

#geoff_image {
	float: left;
	margin-bottom: -20px;
}

#jill_image {
	float: left;
}

/*.divider {
	border-top: 1px solid #B33D1F;
	width: 60%;
	margin: -30px auto;
	height: 80px;
	position: relative;
	z-index: 0;
}*/

.divider {
	border-top: 1px solid #B33D1F;
	width: 60%;
	margin: 0 auto;
}


