﻿html, body, #wrapper {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #F0F0F0;
    font-family: 'Tangerine', serif;
}

#wrapper {
    position: relative;
}

#divUserMasterBody {
    width: 1000px;
    border: 1px solid #159291;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: white;
}

#divUserMasterHeader {
    width: 100%;
    height: 60px;
    top: 0;
    background-color: lightsteelblue;
    text-align: right;
    background-image: url('../images/siteGraphics/mainBanner.png');
}

#divUserMasterMenu {
    width: 100%;
    height: 14px;
    background-color: #159291;
    text-align: left;
    border-bottom: 2px solid #159291;
    padding-bottom:10px;
}

#divUserMasterContentHolder {
    padding-top: 20px;
}

#divUserMasterFooter {
    width: 100%;
    height: 10px;
    bottom: 0;
    background-color: #159291;
    text-align: center;
}
