
#header {
    margin: 0;
    padding: 0;
    width: 1010px;
    height: 110px;
    clear: both;
    float: left;
    background: top left url(images/header_bg.jpg) repeat-x;
    }

.dohcLogo {
    position: absolute;
    display: block;
    width: 300px;
    height: 55px;
    background: top left url(images/logo_do.gif) no-repeat;
    top: 30px;
    left: 50%;
    margin-left: -457px;
    }

.bootsLogo {
    position: absolute;
    display: block;
    width: 291px;
    height: 53px;
    background: top left url(images/logo_boots.gif) no-repeat;
    top: 34px;
    left: 50%;
    margin-left: 168px;
    }

#header span {
    visibility: hidden;
    display: none;
    }

.fontSizeSelector {
    display: block;
    position: absolute;
    left: 50%;
    top: 96px;
    margin-left: 360px;
    width: 90px;
    height: 24px;
    }

.fontSizeSelector span {
    display: none;
    visibility: hidden;
    }

.fontSizeSelector a.normala {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    background: top left url(images/normal_a.gif) no-repeat;
    top: 0;
    left: 0;
    }

.fontSizeSelector a.largea {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    background: top left url(images/large_a.gif) no-repeat;
    top: 0;
    left: 0;
    }

.fontSizeSelector a.xlargea {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    background: top left url(images/xlarge_a.gif) no-repeat;
    top: 0;
    left: 0;
    margin-left: 4px;
    }





