﻿body
{
    background-image: url('../Images/Master/background.jpg');
    background-repeat: repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #6A4648;
}
a:link
{
    color: #6A4648;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
a:hover
{
    color: #CC3300;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
a:visited
{
    color: #6A4648;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
.Watermark
{
    color: #C0C0C0;
}
.Header
{
    text-align: center;
    margin: auto;
}
.Boxes
{
    padding: 10px;
    border-color: #6A4648;
    border-width: 1px;
    text-indent: 10px;
}
#div_Wrapper
{
    vertical-align: top;
    text-align: center;
    position: absolute;
    width: 100%;
    margin: auto;
}
#div_Body
{
    width: 1000px;
    right: auto;
    left: auto;
    position: relative;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}
#div_Header
{
    margin: auto;
    width: 800px;
    position: relative;
    z-index: 102;
}
#div_Left
{
    padding: 10px;
    position: relative;
    width: 180px;
    height: 500px;
    float: left;
    text-align: center;
    white-space: pre-line;
    text-indent: 10px;
    z-index: 101;
}
#div_CPH
{
    padding: 10px;
    position: relative;
    width: 780px;
    float: right;
    z-index: 100;
    text-indent: 10px;
}
#div_Menu
{
    position: relative;
    width: 800px;
    float: right;
    z-index: 109;
}
#div_Double-Trim
{
    margin: 0px;
    padding: 0px;
    position: absolute;
    float: right;
    width: 10px;
    background-image: url( '../Images/Master/double-trim.jpg' );
    height: 75%;
    background-repeat: repeat-y;
    z-index: 150;
    text-align: right;
    vertical-align: top;
    left: 190px;
    top: 10px;
}
.Contact
{
    width: 100%;
    vertical-align: baseline;
    text-align: left;
    font-family: verdana;
    font-size: .8em;
    color: #666666;
    background-color: #E3EAEB;
}
.Contact:hover
{
    background-color:#CCCCCC;
}


