body {
    background: #FEFACB;
    background-image: url('images/cookiestrip.jpg');
    background-repeat: repeat-y;
}
#menu {
    float: right;
    width: 150px;
    background: #fefafb;
    border: 1px solid #dddddd;
    padding: 5px;
}
#content {
    margin-left: 150px;
}
#content h1 {
    text-align: center;
    text-decoration: underline;
}

#content .imagebox {
    text-align: center;
}

#content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
th {
    text-align: left;
}
