#ta_head_container {
    height: 160px;
    position: relative;
    top: 0px;
    left: 0px;
    background-image: url(images/header1_bg.jpg);
    background-repeat: repeat-x;
}

#ta_head_logo{
    height: 160px;
    width: 506px;
    margin: auto;
    position: relative;
    top: 0px;
    left: 0px;
    background-image: url(images/head_logo.png);
    z-index: 7;
}

#ta_head_link {
    height: 160px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}
#ta_head_link img {
    border:  0px;
    text-decoration: none;
}

#ta_head_fill {
    height: 160px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(images/header1_fill.png);
    z-index: 1;
}

#ta_head_left {
    height: 160px;
    width: 544px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(images/header1_left.png);
    z-index: 2;
}

#ta_head_right {
    height: 160px;
    width: 586px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(images/header1_right.png);
    z-index: 3;
}

#ta_head_allybanner {
    width: 400px;
    margin:  20px;
    z-index: 6;
    overflow: hidden;
    float: right;
    text-align: center;
    font-size: 11px;
}
#ta_head_allybanner a img {
    border: 1px outset #000000;
}