/* CSS Document */

.wikibg {
    background-color: #fff;
}

#wikiside {
    float: left;
    width: 20%;
    margin-right: 10px;
    margin-bottom: 100px;
    margin-top: 15px;
    background-color: #ffffff;
    border: solid 5px #a9dcff;
    -moz-border-radius: 18px;
    /* FF1+ */
    -webkit-border-radius: 18px;
    /* Saf3+, Chrome */
    border-radius: 18px;
    /* Opera 10.5, IE 9 */
    behavior: url(/js/PIE_beta4.htc);
}

#wikicontent {
    float: right;
    width: 70%;
    margin-top: 15px;
    background-color: #cdecff;
    border: solid 5px #a9dcff;
    padding: 6px;
    -moz-border-radius: 34px;
    /* FF1+ */
    -webkit-border-radius: 34px;
    /* Saf3+, Chrome */
    border-radius: 34px;
    /* Opera 10.5, IE 9 */
    background-image: url(frame_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    behavior: url(/js/PIE_beta4.htc);
}

.wikisidestyle {
    font-size: 8pt;
    color: #000099;
    font-family: Tahoma, Arial, Sans-serif;
}