﻿div#headerzone 
{
    background-image: url("../../Images/APICILStyle/header.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    width: 100%;
    height: 150px;
}
div#headerzone img#banner_left
{
    position: absolute;
    top: 0px;
    left: 0px;
}
div#headerzone img#banner_right
{
    position: absolute;
    top: 0px;
    left: 278px;
}
div#headerzone img#banner_title
{
    position: absolute;
    top: 0px;
    left: 552px;
}
div#headerzone h1
{
    text-indent: -9999px;
}
div#headerzone blockquote
{
    visibility: hidden;
	bottom: 5px;
    color: #FFFFFF;
    font-size: 9px;
    position: absolute;
    right: 20px;
}
