/*
 * Style sheet loading order is:
 * ie_style.css
 * new_style.css
 * w3c.css
 * 
 * Specify header and footer styles here
 */

/*
 * Header styles
 */

div#header {
    background-image: url('../images/header_bg.gif');
    background-repeat: none;
    border-bottom: 2px solid #9d9282;
    float: left;
    height: 70px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 971px;
}

div#header img#logotype {
    display: block;
    float: left;
    margin: 16px 0px 20px 5px;
}

