This is what is at the very end of my theme:
/* Footer ++++++++++++++++++++++++++*/
.footer { width: 870px; margin: 0 auto; padding: 15px 0px 15px 90px;}
.footer p { padding: 0px; margin: 0px; font-family: ‘Verdana’; font-size: 11px; }
.footer p.copy { color:#1c3e4d; }
.footer p.copy a, .footer p.copy a:visited, .footer p.copy a:hover { color:#1c3e4d; text-decoration: underline;}
.footer p.theme { padding-top: 2px; color:#6c8e9d; }
.footer p.theme a, .footer p.theme a:visited, .footer p.theme a:hover { color:#6c8e9d; text-decoration: underline;}
/* CSS overrides added by Ryan, March 2010 */
.wp-caption-text,.wp-caption,p.wp-caption-text
{
font-style:italic;
}
I don’t see a closing body tag, or am I missing it?