/*
    ===================================================================
    Style sheet to define borders.
    ===================================================================
*/

#header, #footer
{
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
}

#main
{
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
}

