/* HOME */

#home h2 {
	width: 386px;
	height: 62px; /* added 10px to height */
	background: transparent url(img/h2-home.gif) no-repeat;
}
#home #right h3 {
	width: 139px;
	height: 37px; /* added 8px to height */
	background: transparent url(img/h3-newartwork.gif) no-repeat;
}

/* FEATURE BUTTONS */

#home #features {
	position: relative;
	clear: both;
	display: block;
	height: 142px;
	margin: 0 50px 0 50px;
	padding: 10px 0 0 0;
	background-color: #FFF8DE;
}
#home #features dl {
	position: absolute;
	width: 175px;
	height: 142px;
	bottom: 0;
}
#home #features dt {
	display: none;
}
#home #features dd {
	text-indent: -3000px;
}
#home #features #blog {
	left: 0;
}
#home #features #bible {
	width: 185px;
	left: 185px;
}
#home #features #store {
	right: 0;
}
#home #features a { display: block; height: 142px; text-decoration: none; }
#home #features a:hover { background-position: 0 -142px; }
#home #features #blog a { background-image: url("img/home-blog.jpg"); }
#home #features #bible a { background-image: url("img/home-bible.jpg"); }
#home #features #store a { background-image: url("img/buy-prints.jpg"); }