﻿#header a {
	cursor:pointer;
	display: block;
	text-indent: -9999px;
}

#header a#home {
	background: url('../images/home.png') no-repeat;
	height: 71px;
	position: absolute;
	top: 328px;
	left: 35px;
	width: 78px;
}

#header a#home:hover {
	background: url('../images/homeRoll.png') no-repeat;	
}

#header a#aboutArtist {
	background: url('../images/artist.png') no-repeat;
	height: 71px;
	position: absolute;
	top: 328px;
	left: 127px;
	width: 78px;
}

#header a#aboutArtist:hover {
	background: url('../images/artistRoll.png') no-repeat;	
}

#header a#aboutMinistry {
	background: url('../images/ministry.png') no-repeat;
	height: 71px;
	position: absolute;
	top: 328px;
	left: 220px;
	width: 78px;
}

#header a#aboutMinistry:hover {
	background: url('../images/ministryRoll.png') no-repeat;	
}

#header a#purchase {
	background: url('../images/purchase.png') no-repeat;
	height: 71px;
	position: absolute;
	top: 328px;
	left: 313px;
	width: 78px;
}

#header a#purchase:hover {
	background: url('../images/purchaseRoll.png') no-repeat;	
}

#header a#gallery {
	background: url('../images/gallery.png') no-repeat;
	height: 150px;
	position: absolute;
	top: 308px;
	left: 411px;
	width: 163px;
}

#header a#gallery:hover {
	background: url('../images/galleryRoll.png') no-repeat;	
}


#header a#featuredArt {
	background: url('../images/featuredArt.png') no-repeat;
	height: 71px;
	position: absolute;
	top: 328px;
	left: 602px;
	width: 78px;
}

#header a#featuredArt:hover {
	background: url('../images/featuredArtRoll.png') no-repeat;	
}


#header a#creativeTime {
	background: url('../images/creativeTime.png') no-repeat;
	height: 71px;
	position: absolute;
	top: 328px;
	left: 696px;
	width: 78px;
}

#header a#creativeTime:hover {
	background: url('../images/creativeTimeRoll.png') no-repeat;	
}


#header a#teaching {
	background: url('../images/teaching.png') no-repeat;
	height: 71px;
	position: absolute;
	top: 328px;
	left: 787px;
	width: 78px;
}

#header a#teaching:hover {
	background: url('../images/teachingRoll.png') no-repeat;	
}



#header a#friends {
	background: url('../images/friends.png') no-repeat;
	height: 71px;
	position: absolute;
	top: 328px;
	left: 787px;
	width: 78px;
}

#header a#friends:hover {
	background: url('../images/friendsRoll.png') no-repeat;	
}


#header a#contact {
	background: url('../images/contact.png') no-repeat;
	height: 71px;
	position: absolute;
	top: 328px;
	left: 878px;
	width: 78px;
}

#header a#contact:hover {
	background: url('../images/contactRoll.png') no-repeat;	
}

