/* photo gallery is quite different */

div.body { padding-bottom:0; margin-bottom:0; background:#333333; }

div.body div.belowHeader { background:url(../../includes/images/belowHeaderForPhotoGallery.png) top no-repeat #333333; height:7px; width:990px; }

div.body div.content { background:#333333; margin-bottom:10px; margin-top:10px; _margin-top:0px; } /* IE 6 fix here */

div.footer { background:black; padding-bottom:20px; padding-top:0px; }



/* IE fixes */

* html div.body div.belowHeader { background:url(../../includes/images/belowHeaderForPhotoGalleryIEVersion.png) top no-repeat #333333; } /* IE 6 fix ... gets color wrong */

*:first-child+html div.body div.belowHeader { background:url(../../includes/images/belowHeaderForPhotoGalleryIEVersion.png) top no-repeat #333333; } /* IE 7 fix ... gets color wrong */