#contents {
    color: #2a2a2a;
    font-size: 1em;
    line-height: 160%;
    padding: 6px 15px 15px;
    margin:0px 0 0 190px;
    _margin-left: 230px;
    overflow: hidden;
    border-left: 1px dashed #C0C0C0;
    background-color: #dcdcdc;
    min-width: 800px;
    /width: 800px;
}

#wrapper {
    background-color: #000;
}
#menubar{
    width:200px;
    padding:10px 5px;
    color:#fff;
    font-size:11px;
    float: left;
    margin-top: 10px;
    background: #000;
    overflow: hidden;
}

#menubar hr{
    border-bottom:1px dotted #CCC;
}

#menubar ul{
    margin:0;
    padding:0;
    list-style:none;
}

#menubar ul a {
    display:block;
    color:#F90;
    text-decoration:none;
    padding:10px;
    width:180px;
    /*height:10px;*/
    border-bottom:1px dotted #333;

}

#menubar ul a:hover{
    background-color:#333;
}

#wikibody h1,#wikibody h2{
    color:black;
}

#wikibody h2 {
    color:#F90;
    margin:10;
    border-bottom:1px dotted #fff;
}

h3 {
    color:#369;
    margin:10;
    padding-bottom:10px;
    border-bottom:1px dotted #fff;
}

h1{font-size:167%;font-weight:bold;}
h2{font-size:152%;font-weight:bold;}
h3{font-size:144%;font-weight:bold;}
h4{font-size:129%;font-weight:bold;}
h5{font-size:114%;font-weight:bold;}
h6{font-size:100%;font-weight:bold;}