/* CSS Document */
div#header{height: 125px;background-image:url(filler.jpg);width:100%;}
div#header_image{vertical-align:top;margin:0;background-image: url(header_bg.jpg);width:750px;height:110px;padding-top:15px;}
div#images{clear:both;}
div#images img.logo{float:left;width:437px;height:13px;padding-top:20px;margin-left:15px;}
div#images img.slogan{float:right;width:196px;height:12px;padding-top:20px;} 
/* IE Hack for broken box model */
*html div#header_image img.logo{padding-top:-10px;margin-left:30px;}
*html div#header_image img.slogan{padding-top:-10px;} 
/* End IE Hack */
