body {
	background-color: #971b1e;
	margin: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../images/bodyBG.gif);
	background-repeat: repeat-x;
}
#home-slider {
	background-repeat: no-repeat;
	height: 50px;
	background: transparent;
	margin-right: auto;
	margin-left: auto;
}



h1 span{
    display:none;
}
 
h1{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h1contacttitle.png) no-repeat left top;
    border: none;
}
h4 span{
    display:none;
}
 
h4{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h4hometitle.png) no-repeat left top;
    border: none;
}
#feeds h5 span{
    display:none;
}
 
#feeds h5{
    display:block;
    height: 30px; /*change to the height of the image*/
    background:url(../images/h5hometitle.png) no-repeat left top;
    border: none;
}


.logo {float: left; margin-left: 10px; margin-top: 10px;}
