 BODY {
    background-color: #333;
    text-align: center;
}

#wrapper {
    display: block;
    background-color: #504f4f;
    width: 640px;
    min-height: 600px;
    text-align: left;
    background-image: url('/images/background.jpg');
    background-repeat: no-repeat;
    margin: 0 auto;
    color: #eee;
    font-family: verdana, sans-serif;
    padding: 167px 85px 50px 175px;
    border: 1px solid #777;
    font-size: 14px;
    line-height: 19px;
}

H1 {
    font-size: 16px;
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #777;
}

H2 {
    font-size: 14px;
}

H3 {
    margin-top: 30px;
    border-bottom: 1px solid #666;
}

A {
    text-decoration: none;
    color: #00ff36;
}

A IMG{
   border: none;
}

DT {
    font-weight: bold;
    clear: both;
    margin: 30px 0 10px 0;
}

DD {
    margin: 5px 0 10px 20px; 
}

DD IMG {
    float: left;
    padding: 0;
    margin: 0 10px 10px 0;
}

#navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
    height: 25px;
    border-bottom: 1px solid #777;
    font-size: 12px;
}

#navigation li {
    float: left;
}

#navigation a{
    display: block;
  /*  background-color: #605f5f; */
    padding: 2px 10px;
    margin: 2px 0;
    border-bottom: 1px solid #777;
}

#navigation a.current {
    background-color: #504f4f;
    border-right: 1px solid #777;
    border-left: 1px solid #777;
    border-top: 1px solid #777;
    border-bottom: none;
}