@charset "utf-8";
/*
 *
 * HEADING IMAGES
 *
 */
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #0C3A9C;
}
#about,
#contact,
#crafts,
#dogs,
#donations,
#entertainment,
#gallery,
#history,
#horses,
#latest,
#map,
#news,
#poster,
#sponsors,
#starsponsors,
#stalls,
#supporters,
#team,
#welcome,
#whatson,
#wheels {
	height: 50px;
	background-repeat: no-repeat;
	background-position: left 10px;
	font-size: 1px;
	line-height: normal;
	margin-bottom: 10px;
	color: #E9E6D6;
	width: 100%;
}
#about {
	background-image: url(../images/headings/about.gif);
}
#contact {
	background-image: url(../images/headings/contact.gif);
}
#crafts {
	background-image: url(../images/headings/crafts.gif);
}
#dogs {
	background-image: url(../images/headings/dogs.gif);
}
#donations {
	background-image: url(../images/headings/donations.gif);
}
#entertainment {
	background-image: url(../images/headings/entertainment.gif);
}
#gallery {
	background-image: url(../images/headings/gallery.gif);
}
#horses {
	background-image: url(../images/headings/horses.gif);
}
#history {
	background-image: url(../images/headings/history.gif);
}
#latest {
	color: #CABBA7;
	background-image: url(../images/headings/latest.gif);
}
#map {
	background-image: url(../images/headings/map.gif);
}
#news {
	background-image: url(../images/headings/news.gif);
}
#poster {
	background-image: url(../images/headings/poster.gif);
}
#sponsors {
	background-image: url(../images/headings/sponsors.gif);
}
#starsponsors {
	color: #CABBA7;
	background-image: url(../images/headings/starsponsors.gif);
}
#stalls {
	background-image: url(../images/headings/stalls.gif);
}
#supporters {
	color: #CABBA7;
	background-image: url(../images/headings/supporters.gif);
}
#team {
	color: #CABBA7;
	background-image: url(../images/headings/team.gif);
}
#welcome {
	background-image: url(../images/headings/welcome.gif);
}
#whatson {
	background-image: url(../images/headings/whatson.gif);
}
#wheels {
	background-image: url(../images/headings/wheels.gif);
}