body {
    text-align: center;
    background-color: white;
    color: #330000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.main-banner {
    position: relative;
    top: 8px;
    margin-bottom: 0px;
}

a:link {
    font-family: Arial, Helvetica, sans-serif;
    color: #330000;
    text-decoration: none;
}

a:visited {
    color: #998888;
    text-decoration: none;
}

a:hover {
    color: #990000;
    text-decoration: none;
    cursor: pointer;
}

#banner-links {
    margin: auto;
    text-align: left;
    position: relative;
    top: 2px;
    left: 1px;
    width: 511px;
    height: 80px;
}

.strong {
    font-weight: bold;
}

.monogram {
    position: absolute;
    top: 490px;
    left: 40px;
    color: #444444;
    font: 16pt arial, sans-serif;
    border: 0px solid green;
}

.mm-name {
    margin: 0;
    text-align: left;
}

.portfolio {
    margin-top: 20px;
    text-align: left;
}

.portfolio a {
    font-weight: bold;
    font-size: 16pt;
    color: #988868;
}

.portfolio a:hover {
    color: #ada086;
}

.image-row {
    margin: auto;
    margin-bottom: 30px;
    color: #988868;
    font: 9pt arial, sans-serif;
}

img.end {
    margin-right: 0;
}

img.thin {
    margin-right: 100px;
}

img.fat {
    margin-right: 160px;
}

img.vert {
    width: 155px;
    height: 230px;
}

img.horz {
    width: 270px;
    height: 180px;
}

figure {
    display: inline-block;
    margin: 0;
}

figcaption {
    text-align: left;
}
