Copyright not aligning properly

Here’s my site:

Joel Jaffe Consulting

Look at the bottom, the copyright is off to the left. It’s supposed to look like this:

Space Color

What am I missing? Here’s the footer code:

</div>
</div>
<div id="footer">
		&copy; <?php echo date("Y"); ?> <?php bloginfo('name'); ?>.
</div> 
</div>

<?php wp_footer(); ?>

</body>
</html>

Am I missing a div somewhere?

thanks

I don’t see a great deal of difference but the markup you have is malformed and could do with meeting the W3C Validator. Yes, it does look like you have a DIV mismatch near the bottom of the page.