Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php
PHP Code:
define('DISABLE_HOOKS', true);
If you still do, you can run your page through an html validator to figure out the problem. Or, get firebug as a firefox add-on and it will help you. We can't really tell what is wrong just from an image.