body {
         padding: 5px;
         font: normal 12pt Century Gothic, sans-serif;
         text-decoration: none;
         color: #800000;
         background-color: #D6D6D6;
}
h1 {
        size: 6;
}
h2 {
        font: normal Century Gothic, sans-serif;
         size: 4;
}
a
{
        color: #800000;
        text-decoration: none;
}

a:hover, a:active, a:focus
{
        color: #800000;
        border: 0px;
        text-decoration: underline;
        border-style:none;
}

#container
{
        margin: 1em auto;
        width: 800px;
        text-align: left;
        border: 1px solid #666666;

}

#top
{
        height: 120px;
        background-color: ##FFFFD9;
        border-bottom: 1px solid #666666;
}
#header
{
        height: 80px;
        background-color: #FFFFD9;
        padding: 5px;
}
#topmenu
{
        height: 20px;
        background-color: #FFFFD9;
        padding: 5px;
        text-align: right;
}


#body
{
        background-color: #FFFFD9;
        height: 700px;

}
#submenu
{
        background-color: none;
        padding: 5px;
        text-align: right;
        position: absolute;
        z-index: 25;
        top: 35px;
        white-space:nowrap;


}
#menubox1
{
        background-color: none;
        padding: 0px;
        text-align: right;
        position: absolute;
        z-index: 25;
        top: 38px;
        white-space:nowrap;
        display: none;
}
#menubox2
{
        background-color: none;
        text-align: right;
        position: absolute;
        z-index: 25;
        top: 38px;
        white-space:nowrap;
        display: none;
        padding: 0px;
}
#bottommenu
{
        height: 60px;
        background-color: #19F4D4;
        padding: 0px;
        text-align: right;
        margin-right: 20px;
        float:right;


}

#box1
{
        height: 50px;
        background-color: #9A9A9A;
        padding: 5px;
        text-align: right;
        float: left;

}
#box2
{
        height: 50px;
        background-color: #B2B2B2;
        padding: 5px;
        text-align: right;
        float: left;
}
#box3
{
        height: 50px;
        background-color: #ECE9D8;
        padding: 5px;
        text-align: right;
        float: left;
}
#content
{
        padding: 5px;
        height: 680px;
        background-color: #FFFFD9;
        overflow: auto;
        position: relative;
}