body {
    color: #000;
    background-color: #fff;
    font-family: Verdana, Arial;
    margin: 0px;
    padding: 0px;
}

div.header {
    background: url('../images/bg_header.jpg');
    height: 97px;
    overflow: hidden;
}

div.menu {
    background: url('../images/bg_menu.jpg');
    height: 46px;
    font-size: 16px;
}

div#menu_logo {
    float: left;
}

div#menu_links {
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-right: 74px;
}

a.menu_links {
    color: #fff;
    text-decoration: none;
}

a.menu_links:hover {
    text-decoration: underline;
}

div.content {
    padding-left: 10px;
    padding-right: 10px;
}

div.footer {
    border-top: 1px solid #c6c6c6;
    margin: 20px;
    text-align: center;
    font-size: 10px;
}

h1 {
    font-size: 22px;
    font-weight: bold;
}

h2 {
    font-size: 16px;
}

img.preload {
    display: none;
}

div#next_auction {
    text-align: center;
    font-weight: bold;
    color: #990000;
    font-size: 18px;
}
