﻿body
{
    background-color: #000000;
    background-image: url(images/bgMain.jpg);
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 12px;
    text-align: left;
}
h1
{
    font-family: 'Trebuchet MS', arial;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    background-image: url(images/bgH1.gif);
    background-repeat: no-repeat;
}
h2
{
    font-family: 'Trebuchet MS', arial;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    background-image: url(images/bgH2.gif);
    background-repeat: no-repeat;
}
h3
{
    font-family: 'Trebuchet MS', arial;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}
#dLogo
{
    position: absolute;
    top: 15px;
    left: 150px;
}
#dBodyContainer
{
    position: absolute;
    top: 75px;
    left: 225px;
    z-index: 2;
    
}
dMainBodyHolder
{
    background-color: #000000;
}
#dMainBody
{
    border: solid 1px #696969;
    padding: 15px;
    width: 600px;
    text-align: right;
    background-image: url(images/bgBody.gif);
    background-repeat: repeat-x;
    background-color: #000000;
}
#dMainBody a
{
    color: #ffffff;
    text-decoration: none;
}
#dMainBody a:hover
{
    text-decoration: underline;
}
#dFooter
{
    color: #696969;
    font-size: 11px;
    text-align: right;
    line-height: 12px;
}
#dBodyLine
{
    position: absolute;
    left: 0px;
    top: 367px;
    background-color: #696969;
    width: 100%;
    height: 1px;
    line-height: 1px;
}
#dTopMenu
{
    position: absolute;
    top: 0px;
    left: 680px;
}
#dServicesNav
{
    position: absolute;
    top: 369px;
    left: 0px;
    background-color: #000000;
    background-image: url(images/bgBody.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 200px;
}
.ContactBoxes
{
    width: 300px;
    border: solid 1px #7c7c7c;
    background-color: #e1e1e1;
    margin-bottom: 5px;
}
.ContactButtons
{
    width: 150px;
    border: solid 1px #7c7c7c;
    background-color: #e1e1e1;
    margin-bottom: 5px;
}