#content {
    background: #1D251F url(images/jpeg/backpic_exhibitions.jpg) no-repeat left center;
    padding: 20px 0 0 350px;
    width: 65%;
    height: 450px; /* actual size */
    overflow: hidden;
}

#main {
    background-color: #1D251F;
}

table {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-collapse: collapse;
    margin: 10px 0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
th, td {
    padding: 5px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #333333;
}

