Where is this spacing coming from

In the main content area there is some spacing above the content area that I can not figure out where the spacing is coming from. I want it to line up with the image in the left panel. According to Firebug it says the the css is in the code <system> I am assuming this is what that means which is another question, what does this mean in Firebug? Anyways, I cant find css in the code either and it is not inline css. Pulling hair out.

http://70.87.62.162/~brettpar/

Many thanks,
Houston

thats coming from the p tag. remove the p tag from the first paragraph, or set its top-margin.

The P tag only has a padding of 4 px. I think I found the problem, it is in the .article-text-indent class that had a padding of 24px at the top.

Thanks though, that got me on the right track.

Cheers