#header_hbar {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 90px;
    width: 990px;
    color: white;
    background-color: #000000;
    line-height: 20px;
    vertical-align: middle;
    text-align: left;
}

#header_image {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 70px;
}

#header_date {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 230px;
    height: 20px;
    font-weight: bold;
    background-image: url(/graphics/date_background.jpg);
    padding-left: 9px;
}

.time {
    color: #ececec;
}

#datesearch {
    display: inline;
    float: left;
    background-image: url(/graphics/date_background.jpg);
    vertical-align: middle;
}

#header_center {
    position: absolute;
    top: 70px;
    left: 230px;
    width: 493px;
    height: 20px;
    text-align: left;
    padding-left: 95px;
    color: white;
}

#header_date_button {
    position: absolute;
    top: 70px;
    left: 723px;
}

#header_date_input {
    position: absolute;
    top: 70px;
    left: 794px;
    width: 196px;
    background-image: url(/graphics/date_background.jpg);
}

.header_bottom {
    float: left;
    background-image: url(/graphics/date_background.jpg);
}


