/*a class for each letter to get the right background gif*/
/*add and remove as needed to avoid a huge amount of redundant styles*/
#dropCap1 {
	background: url("../images/home_cursive_letters/e.gif") no-repeat bottom left;
	margin-right: -8px;
	top: 2px;
	width: 58px;
}

#dropCap2 {
	background: url("../images/home_cursive_letters/i.gif") no-repeat bottom left;
	margin-right: -15px;
	width: 62px;
}

#dropCap3 {
	background: url("../images/home_cursive_letters/d.gif") no-repeat bottom left;
	margin-right: -20px;
	width: 78px;
}

.logo {
	background: url("../images/logo_HP_fr.gif") no-repeat left top;
}