Not positive what you seek as it looks like the image is already left aligned??
If you want the text move up next to it then try adding this to your stylesheet
and check this in IE as I can not view these changes made in interactive FF in IE
Code:
#categoryImgListing {
float: left;
padding: 1em;
}