body {
        background-color:#76512d;
}
div.main,
div.surrounding {
        width:978px;
}
div.main {
        background-color:#76512d;
        height:600px;
        margin:auto;
        margin-top:40px;
}
div.decoration {
        width:980px;
        height:78px;
        background-color:#76512d;
        background-image:url(../img/banner.png);
        background-repeat:no-repeat;
        background-position:100% 0%;
}
div.surrounding {
        border:1px solid #ffa410;
        border-top:0px;
}
div.content {
        background-color:#d68e49;
        background-image:url(../img/cables.png);
        background-repeat:no-repeat;
        background-position:100% 0%;
        height:518px;
        border:1px solid #000000;
        border-top:0px;
}
div.navig {
        background-image:url(../img/menu-whole.png);
        width:553px;
        height:78px;
}
div.navig a {
        display:inline-block;
        background-image:url(../img/menu-point.png);
        width:60px;
        height:17px;
        line-height:17px;
        margin-top:43px;
        text-align:center;
        text-decoration:none;
        color:#000000;
        font-family:Verdana,Helvetica,Arial,sans-serif;
        font-size:8pt;
}
div.navig a.new {
        background-image:url(../img/menu-point-new.png);
}
div.navig a.active,
div.navig a:hover {
        background-image:url(../img/menu-point-highlight.png);
}
div.navig a.main {
        width:18px;
        background-image:url(../img/menu-main.png);
}
div.navig a.main_new {
        width:18px;
        background-image:url(../img/menu-main-new.png);
}
div.navig a.main:hover,
div.navig a.main_active {
        width:18px;
        background-image:url(../img/menu-main-highlight.png);
}
div.navig a.logout {
        width:18px;
        background-image:url(../img/menu-logout.png);
}
div.navig a.logout:hover,
div.navig a.logout_active {
        width:18px;
        background-image:url(../img/menu-logout-highlight.png);
}
div.overflow {
        width:733px;
        height:476px;
        background-color:#d68e49;
        color:#000000;
        font-family:Verdana,Helvetica,Arial,sans-serif;
        font-size:8pt;
        line-height:12pt;
        overflow:auto;
        padding:20px;
}
ul.navigation,
li.navigation {
        display:inline;
        padding:0px;
        margin:0px;
}
img {
        display:block;
}
a img {
        border:none;
}
a {
        color:#882244;
}
a:visited {
        color:#882244;
}
a:hover {
        color:#cc2288;
}
a:active {
        color:#cc2288;
}