﻿/* --------------------CENTRAL HEADER ------------------------- */
#header
{
    background-color: #cddbe4;
    height: 267px;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    text-align: center;
}
/* --------------------------------------------- */
#header-line
{
    background-image: url(images/pathway-wrap1.gif);
    background-repeat: repeat-x;
    height: 10px;
    font-size: 6px;
}
#header-line TABLE
{
    margin-left: auto;
    margin-right: auto;
    height: 10px;
}
#header-line TD.left
{
    width: 20px;
    background-image: url(images/pathway-wrap2.gif);
    background-repeat: repeat-y;
}
#header-line TD.right
{
    width: 20px;
    background-image: url(images/pathway-wrap3.gif);
    background-repeat: repeat-y;
}
#header-line TD.center
{
    background-color: #14343f;
    border-top: solid 1px #8d9ba4;
}
