/* 
    Document   : header001
*/

#header-section
{
    width: 800px;
    background: #000000;
}

#header-section-left
{
    width: 100px;
}

#header-section-centre
{
    width: 600px;
    text-align: center;
}

#header-section-centre img
{
    border: none;
}

#header-section-right
{
    width: 100px;
}

