﻿body
{
    background-color: #FFFFFF;
    height: 800px;
}
.header
{
    z-index: auto;
    position: fixed;
    background-image: url(  '/images/ivory_bg_1440x1.gif' );
    top: 0px;
    left: 0px;
    height: 30px;
    right: 160px;
}
.content
{
    z-index: auto;
    position: absolute;
    left: 160px;
    top: 30px;
    right: 160px;
    background-color: #FFFEEA;
    bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
}
.notice
{
    position: absolute;
    z-index: auto;
    bottom: 40px;
    left: 0px;
    height: auto;
    width: 140px;
    font-size: xx-small;
    padding-right: 10px;
    padding-left: 10px;
}
.menu
{
    background-image: url(  '/images/ivory_bg_1440x1.gif' );
    position: fixed;
    top: 30px;
    left: 0px;
    height: auto;
    width: 140px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 15px;
}
.path
{
    position: fixed;
    right: 170px;
    width: auto;
    top: 0px;
    font-size: xx-small;
    height: auto;
    vertical-align: middle;
}
.copyright
{
    border-width: thin;
    text-align: center;
    position: fixed;
    bottom: 0px;
    font-size: xx-small;
    background-color: #CCFFCC;
    z-index: auto;
    border-top-style: dotted;
    border-right-style: dotted;
    height: auto;
    width: auto;
    left: 0px;
    padding-right: 5px;
    padding-left: 5px;
}
.advertisement
{
    position: absolute;
    width: 160px;
    height: 600px;
    top: 0px;
    right: 0px;
    background-color: #CCFFCC;
    z-index: auto;
    text-align: center;
    border-width: thin;
    border-bottom-style: dotted;
    border-left-style: dotted;
}
.footer
{
    border-width: thin;
    z-index: auto;
    position: fixed;
    height: auto;
    left: 0px;
    bottom: 0px;
    background-image: url(  '/images/ivory_bg_1440x1.gif' );
    border-top-style: dotted;
    border-right-style: dotted;
    border-bottom-style: dotted;
    width: auto;
}
.filler
{
    position: absolute;
    border-style: dotted;
    border-width: thin;
    width: 800px;
    height: 600px;
    top: 0px;
    left: 800px;
}
.link_home_page
        {
            top: 0px;
            left: 10px;
            position: fixed;
        }
.colorbar_div
        {
            position: fixed;
            top: 30px;
            right: 170px;
            left: 10px;
        }
.sparkle
{
    position: absolute;
    top: 0px;
    left: 91px;
}

