body {
    margin: 0;
    padding: 0;
}

img.thumb {
    -ms-interpolation-mode: bicubic;
    border: none;
}

#footer {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 53px;
    line-height: 50px;
    background-image: url(../img/fbg.jpg);
    background-repeat: no-repeat;;
    background-position: left top;
}

#actions,
#buttons,
#navis
{
    line-height: 1em;
    position: absolute;
    top: 14px;
}

#actions {
    left: 837px;
}

#buttons {
    left: 622px;
}

#navis {
    top: 16px;
    left: 8px;
    font-size: 80%;
}

#actions a,
#buttons a
{
    float: left;
    display: block;
    margin: 0;
    margin-right: 4px;
    width: 45px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
    overflow: hidden;
}

#contentsMenu {
   width: 120px; 
}

#oLink {
    position: absolute;
    top: 3px;
    left: 180px;
    width: 260px;
    border: none;
    background-color: transparent;
}

#pages {
    position: absolute;
    top: 4px;
    left: 463px;
    width: 140px;
    text-align: center;
}

#sidebar a.menu {
    display: block;
    position: absolute;
    left: 0px;
    width: 30px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: -30px 0px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1000;
}

#sidebar #m_pages {
    background-image: url(../img/m_pages.png);
    top: 8px;
}

#sidebar #m_indexes {
    background-image: url(../img/m_indexes.png);
    top: 162px;
    visibility: hidden;
}

#sidebar #m_search {
    background-image: url(../img/m_search.png);
    top: 316px;
    visibility: hidden;
}

#box {
    position: absolute;
    top: 8px;
    left: 31px;
    width: 328px;
    height: 508px;
    background-repeat: no-repeat;
    background-position: left top;
    display: none;
}

#box_contents {
    position: absolute;
    top: 21px;
    left: 65px;
    width: 280px;
    height: 475px;
    color: #ffffff;
    line-height: 1.5em;
    overflow: auto;
    display: none;
}

#box_contents a {
    color: #ffffff;
}

#box_contents ul {
    padding-left: 1em;
    margin: 0;
    font-size: 90%;
}

#box_contents dl {
    font-size: 80%;
}

#box_contents dd {
    margin-left: 1em;
    overflow: hidden;
    line-height: 1.2em;
}

#box_contents dd strong{
    background-color: #ffff00;
    color: #000000;
}

div.thumbs {
}

div.thumbs a {
    display: block;
    width: 200px;
    height: 141px;
    margin: 3px auto;
    border: 5px solid #333333;
    background-color: #333333;
}

div.thumbs a:hover {
    border: 5px solid #999999;
}

#copyright {
    display: none;
}

#numrows {
    font-size: 80%;
}


