h1 span{
    display:none;
}
 
h1{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h1hometitle.gif) no-repeat left top;
    border: none;
}

#main ul li {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #ffffff;
	display: list-item; 
	list-style-position: outside; 
	list-style-image: url(../images/newbullet3.gif);
	}