﻿body
{
    background-position: top;
    padding: 0px;
    margin: 0px;
    background-color: #646362;
    background-image: url('images/background_01.jpg');
    background-repeat: repeat-x;
}
h1
{
    background-image: url('images/header_02.jpg');
    background-repeat: repeat-x;
    height: 153px;
}

#Container
{
    width: 800px;
    height: 100%;
    position: relative;
    left: 20%;
    color: #CCCCCC;
}
#NavBar
{
    background-image: url('images/NavBack_06.png');
    background-repeat: repeat-x;
    color: #FFFFFF;
    height: 53px;
}

.links
{
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
    top: 5px;
    position: relative;
    left: 10%;
}

*
{
    padding: 0px;
    margin: 0px;
}  
.ImageLeft
{
    position: relative;
    left: 20%;
}
#Footer
{
    background-image: url('images/footer_14.png');
    background-repeat: repeat-x;
    position: relative;
    height: 295px;
}
.FooterLogo
{
    position: relative;
    left: 20%;
}