Inline images and stacking

I'm not sure what's wrong with my code for this holder page. Something is breaking the format and I'm sure it has to do with inline-block and clearing boxes. Could anyone steer me in the right direction? I've not made a page entirely from images before. This line is saying it's 127px high when rendered - however the image is only 121px. \[code\]<a class="imageleft" href="http://stackoverflow.com/questions/15890496/#"><img src="http://stackoverflow.com/questions/15890496/images/4.jpg" width="76" height="121"></a>\[/code\]Can anyone see what I've missed here? Site: http://michaelbirchall.com/etc/dvd-page/Thanks in advance.
 
Top