Found that in my Main Index Template (index.php) these were reversed:
<?php get_header(); ?>
<?php wp_head(); ?>
(Above is the correct order.)
I think I switched them when I was having problems with Imageflow. With these out of order, IE was an ever more unhappy browser. Now the DOCTYPE declaration is at the top.