body {
    background: #20202f;
    color: black;
    margin:0;
}

img {
    margin-top:5px;
    margin-bottom:5px;
    border:1px solid black;
}

a#current {
    text-decoration:none;
    color: black;
    font-weight:bold;
}

#menu {
    float: left;
    margin-top:120px;
    width:175px;
}

.sub_menu {
    background: #c5c5d4;
    border:2px solid black;
    border-top:none;
    margin-bottom:40px;
}

.sub_menu ul {
    margin:0;
    padding:0;
    padding:4px;
}

h5.menu_title {
    background: black url(../images/menu_title.png) no-repeat;
    color: #c5c5d4;
    padding-left:36px;
    padding-right:5px;
    padding-top:10px;
    padding-bottom: 8px;
    font-weight:bold;
    margin:0;
}

#container {
    margin: 0 auto;
    width:768px;
    margin-left:180px;
}

#header {
    background: #20202f url(../images/dragon_hunt_title.png) no-repeat;
    height: 104px;
    padding-bottom:16px;
 }

#content_header {
}

#content {
    background: #c5c5d4;
    border:2px solid black;
}

div.box {
    padding-left:15px;
}

h2 {
    margin:0;
}

#footer {
    background: #20202f;
    height: 20px;
}

dt {
    font-weight:bold;
}

#news dt {
    font-style:italic;
    font-weight:normal;
    color: green;
}

dd {
    padding-bottom:10px;
}

span.date {
    font-weight:bold;
}
