body
    {
    background: url('/arts/bg/cont.png');
    font-family: arial, tahoma, arial, verdana;
    }


#headline
    {
    width: 100%;
    position: relative;
    left: 0px;
    top: 2px;
    }


#hi
    {
    border-bottom: 1px solid #000000;
    margin: 0px;
    padding: 0px;
    position: relative;
    }


#lo
    {
    position: relative;
    }


#logo
    {
    font-size: 40px;
    color: #8e0d00;
    width: 240px;
    margin: 0px;
    padding: 0px;
    border: 0px solid #000000;
    }


#desc
    {
    font-size: 28px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    }


#cont
    {
    width: 1024px;
    margin: 0px auto;
    position: relative;
    }


#dome
    {
    position: absolute;
    right: 0px;
    bottom: 4px;
    border: 0px solid #000000;
    font-weight: bold;
    }


#band
    {
    position: absolute;
    right: 0px;
    top: 8px;
    border-bottom: 2px solid #000000;
    padding-bottom: 8px;
    }


#dock
    {
    width: 1024px;
    margin: 0px auto;
    position: fixed;
    bottom: 0px;
    border-top: 1px solid #000000;
    font-size: 12px;
    clear: both;
    }


#menu
    {
    width: 248px;
    min-height: 200px;
    float: left;
    margin-top: 28px;
    border-top: 0px solid #000000;
    border-bottom: 1px solid #000000;
    }


#text
    {
    padding-left: 280px;
    text-align: justify;
    margin-top: 28px;
    }


a.menu
    {
    color: #8e0d00;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    }


a.menu:hover
    {
    color: #000000;
    }


a.ordinary
    {
    color: #d85b00;
    text-decoration: none;
    }


a.ordinary:hover
    {
    color: #000000;
    text-decoration: none;
    text-decoration: underline;
    }


a.mtab
    {
    color: #8e0d00;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    }

a.mtab:hover
    {
    color: #000000;
    text-decoration: underline;
    }


p.ordinary
    {
    padding-top: 2px;
    text-indent: 28px;
    font-size: 16px;
    }


img.list
    {
    width: auto;
    height: 140px;
    border: 2px solid #a4a4a4;
    }


img.prev
    {
    width: auto;
    height: 140px;
    border: 2px solid #a4a4a4;
    }


td.list
    {
    text-align: center;
    }


td.prev
    {
    text-align: center;
    }


table.ordinary
    {
    border: 0px solid black;
    width: 100%;
    }


div.picsname
    {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 8px;
    text-align: right;
    }


div.mtab
    {
    height: 28px;
    padding-top: 8px;
    width: 100%;
    }


div.division
    {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 8px;
    width: 100%;
    text-align: right;
    }

input.cb
    {
    display: none;
    }

label.cb
    {
    color: #000000;
    cursor: pointer;
    font-weight: normal;
    line-height: 20px;
    padding-top: 18px;
    vertical-align: middle;
    }

label.cb:before
    {
    content: " ";
    font-size: 16pt;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    bottom: 4px;
    text-align: center;
    text-indent: 0px;
    height: 22px;
    width: 22px;
    background: #ffffff;
    border: 1px solid #000000;
    border-image: initial;
    vertical-align: middle;
    }

input:checked + label.cb:before
    {
    content: "x";
    }

span.bold
    {
    font-weight: bold;
    }