body
{
    font-family: verdana;
}

.header
{
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
}

.bgImg
{
    position: absolute;
}

.headerText1
{
    position: relative;
    left: 450px;
    height: 50px;
    z-index: 20;
}

.headerText2
{
    position: absolute;
    right: 50px;
    height: 50px;
}

.headerImage
{
    position: relative;
    left: 400px;
    width: 300px;
}

A:hover
{
    color: white;
}

A:visited
{
    color: #ff652b;
}

A:hover
{
    color: white;
}

.links
{
    position: relative;
    color: #ff652b;
    text-align: center;
    font-size: 16pt;
}

.headerLink
{
    color: #ff652b; 
}

.content
{
    position: relative;
    top: 50px;
}

.bodyWrapper
{
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    color: #ff652b;
    top: 130px;
}

.body
{
    position: absolute;
    left: 150px;
    top: 0px;
    color: #ff652b;
    font-size: 14pt;
    width: 800px;
}

.footer
{
    position: absolute;
    bottom: 10px;
    width: 99%
}

.footer-inner
{
    text-align: center;
    color: #ff652b;
    font-size: 18pt;
}