﻿body
{
    background-color: #eaedef;
    background-image: url(/skin/img/bg/body.gif);
    background-repeat: repeat-x;
    margin: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

#Container
{
    width: 870px;
    margin: 0 auto 0 auto;
}

#Header
{
    background-image: url(/skin/img/bg/header.png);
    background-repeat: no-repeat;
    height: 115px;
}

#Header #HomeLink
{
    text-indent: -9000px;
    background-image: url(/skin/img/webbelief.png);
    background-repeat: no-repeat;
    width: 322px;
    height: 87px;
    display: block;
    position: relative;
    top: 15px;
    left: 15px;
    float: left;
}

#Header #Address
{
    float: left;
    margin: 15px 0 10px 340px;
}

#Header #Address a
{
    color: #000;
    text-decoration: none;
}

#Header #Address a:hover
{
    text-decoration: underline;
}

#Menu
{
    height: 45px;
}

#Menu ul
{
    padding: 0;
    margin: 0;
    width: 905px;
}

#Menu li
{
    list-style-type: none;
    display: block;
    float: left;
    margin: 0;
}

#Menu li a
{
    display: block;
    background-image: url(/skin/img/bg/menu.gif);
    width: 145px;
    height: 35px;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
    color: Black;
}

#Menu li a.first
{
    background-image: url(/skin/img/bg/menu1.gif);
    width: 146px;
}

#Menu li a.last
{
    background-image: url(/skin/img/bg/menu6.gif);
    width: 144px;
}

#Menu li a:hover
{
    font-weight: bold;
}

#Banner
{
    background-image: url(/skin/img/bg/banner.jpg);
    height: 223px;
    padding: 20px 360px 40px 40px;
    font-size: 38px;
    color: White;
}

#Banner .demo
{
    margin-bottom: 5px;
}

#Content
{
    margin-left: 30px;
    position: relative;
    min-height: 1%;
    overflow: hidden;
    margin-bottom: 30px;
}

.spaced
{
    line-height: 2em;
}

#Footer
{
    background-image: url(/skin/img/bg/footer.png);
    background-position: top;
    background-repeat: no-repeat;
    height: 100px;
}

img
{
    border: none;
}
