#nav a {
    font-family: Avenir, Trebuchet MS, Trebuchet, Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #DCDECF;
    text-transform: uppercase;
    font-size: 0.9em;
}
#nav a:hover {
    color: #5FA2DD;
}
td {
    font: 14px Avenir, Trebuchet MS, Trebuchet, Arial, Verdana, Helvetica, sans-serif;
}
.text-large {
    font-size: 1.1em;
    font-weight: bold;
}
#auction {
    position: absolute;
    top: 0;
    right: 0;
    background: #E40001;
    color: #FFF;
    width: 219px;
    height: 198px;
    font-size: 2.4em;
    font-weight: bold;
    text-align: center;
    padding-top: 76px;
    box-sizing: border-box;
}
