﻿body
{
    background-image: url('images/background.png');
    margin: 0;
    cursor: default;
}
#wrapper
{
    width: 864px; /*same width as w\idth inside "outer" element*/
    background-image: url(Images/Border.png);
}
#header
{
    background-image: url(Images/header.png);
    background-repeat: no-repeat;
    height: 179px;
}
#menu
{
    width: 785px;
    height: 30px;
    margin-left: 42px;
    background-color: #97b5a9;
}
.navigation
{
    font-size: 18px;
    color: #747171;
}
#slogan
{
    height: 64px;
    background-image: url(images/slogan.png);
}
#main
{
    width: 745px;
    margin-left: 60px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    min-height: 100%;
    height: 100%;
}
#clearfooter
{
    height: 84px; /*same as footer height*/
}
#footer
{
    width: 864px;
    height: 84px;
    background-image: url(Images/footer.png);
    margin: -84px auto 0; /*opposite px to height*/
    z-index: 10;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}
.footer
{
    text-align: right;
    margin-right: 50px;
}
.home_list
{
    padding: 1.05em;
    margin: 0px;
}
.home_list li
{
    padding: 0;
    margin: 0;
    font-size:10px;
}
