/**
 * Basic layout for www.polarsafari.no.
 *
 * Scale the design by changing the body font size (there will be lots of ems
 * in the other css-files).
 *
 * @author      Olaf Havnes
 * @version     $Revision: 1.3 $ $Date: 2010-02-08 11:13:41 $
 */


/* Set a default color/font scheme for the whole document */
body
{
    margin: 0;
    padding: 0;

    background-image: url(/ssi/Grad.png);
    background-repeat: repeat-x;
    background-position: top right;

    background-color: #1a344b;
    color: #292a35;

    font-family: Garamond, serif;
    font-size: 1.0em;
}

/* Force a panoramic view  */
#headBox, #bodyBox, #menuBox, #footBox
{
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 800px;
    clear: both;
    display: block;
}

/* Draw the borders */
#headBox
{
    margin: 0 0 0px 0;

    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #81919f;
}

#bodyBox
{
    height: 400px;

    border-width: 1px 0;
    border-style: solid;
    border-color: #ffffff #ffffff #ffffff #ffffff;
}

#menuBox
{
    margin: 0px 0 0 0;

    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #1a344b;
}


#footBox
{
    margin: 0;

    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #567ca0;

    color: #ffffff;
    background-color: #292a35;
}