
::-moz-scrollbar{
width: 8px;
}

::-moz-scrollbar-track{
background-color: #cf9585;
}

::-moz-scrollbar-thumb{
background-color: #686872;
border-radius: 10px;
}

::-webkit-scrollbar{
width: 8px;
}

::-webkit-scrollbar-track{
background-color: #cf9585;
}

::-webkit-scrollbar-thumb{
background-color: #686872;
border-radius: 10px;
}

body {
background: #686872 url('bg.png');
background-repeat: repeat-x;
font-family: arial;
color: #ffffff;
font-size: 14px;
line-height: 18px;
}

a:link, a:visited, a:active {
color: #cf9585;
font-family: arial;
letter-spacing: 1px;
font-size:12px;
text-transform:uppercase;
text-decoration: none;
cursor:  default;
}

A:hover {
color: #f15b3c;
text-decoration: none;
font-style:italic;
}

a.navi:link, A.navi:active, A.navi:visited {
display: block;
color: #C68582;
text-transform: uppercase;
padding-left:10px;
border-bottom: 1px solid #686872;
line-height: 20px;
}

a.navi:hover {
color: #ba6852;
background: #DDA9A5;
}

#content {
font-family: arial;
color: #ffffff;
font-size: 20px;
line-height: 24px;
font-weight: bold;
position: absolute;
overflow:auto;
left: 607px;
top: 173px;
width: 1100px;
height: 536px;
background: #cf9585 url('cont.png');
text-align:justify;
padding:20px;
}

#logo {
background-image: url('logo.png');
position: absolute;
width: 607px;
height: 674px;
left: 0px;
top: 75px;
}

#navi {
position: absolute;
background: #686872;
padding:5px;
width: 200px;
height: 330px;
left: 910px;
top: 23px;
}

#box {
position: absolute;
text-align:center;
padding:5px;
width: 700px;
height: 330px;
left: 810px;
top: 45px;
}

#box2 {
position: absolute;
text-align:center;
padding:5px;
width: 700px;
height: 25px;
left: 830px;
top: 20px;
}


#footer {
         text-align:center;
         top:790px;
         left: 1060px;
         position: absolute;

}

 #mebox {
                padding: 0px;
                margin: 3px;
                width: 285px;
                height: 160px;
                top: 790px;
                left: 230px;
                position: fixed;
                z-index: 10;
                color: #ffffff;
            }
            
            #mebox .left {
                float: left;
                margin: 3px;
                padding: 0px;
                width: 50px;
                text-align: center;
            }
            
            #mebox .right {
                float: right;
                margin: 3px;
                padding: 0px;
                width: 235px;
            }
            
       
b {
color: #DD5B48;
}

u {
color: #6E2A20;
}

i {
color: #f4e7dc;
}


h1{
background: url(bg_h1.png);
font-size: 35px;
font-family: Arial;
height: 40px;
color: #f4e7dc;
text-align: center;
text-transform: uppercase;
text-shadow: 5px 5px 5px #606060; 
letter-spacing: 0px;
padding: 2px;
padding-left: 3px;
margin-bottom: 2px;
margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
}