
#resume {
    margin: 0px;
    padding: 0px;
    width:678px;
/* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family:inherit;
    width:680px;
}

#resume #Header {
    margin: 10px 0px 5px 0px;
    padding: 10px 0px;
    text-align: center;
    border-width: 1px 0px;
    border-style: solid;
    /* line-height:11px; */
    background-color: #eee;
    /* height: 50px; */
}

#resume #Header h3 {
    margin: 0px;
    padding: 3px;
    font-variant: small-caps;
    font-weight: bold;
}

#resume #Header ul {
    padding:0px;
    width: 180px;
    margin: 0px auto;
    text-align: left;
    list-style: none;
}

#resume #Header ul li {
    list-style: none;
}

#resume div.skills {
    width: 25%;
    float: left;
}

#resume div.skills h4 {
    padding: 0px 5px 5px 5px;
    margin: 0px;

}

#resume div.skills ul {
    margin-top: 0px;
}

#resume li {
    list-style-type: square;
    font-family: Times, "Times New Roman", serif;
}

#resume th {
    padding: 10px 5px;
    vertical-align: top;
    background-color: #eee;
    /* font-variant: small-caps; */
}

#resume td {
    padding: 5px 10px;
    font-family: Times, "Times New Roman", serif;
}

#resume tr {
    padding-bottom: 10px;
}

#resume dt {
    font-style: italic;
    font-variant: small-caps;
}

#resume dd {
    font-family: Times, "Times New Roman", serif;
    margin: 0px 0px 5px 30px;
}
