@import url("/css/standard.css");

main {
    background-color: #FFFFCC;
    position: absolute;
    margin-top: 82px;
    padding-left: 247px;
    padding-right: 88px;
    padding-bottom: 62px;
}

main > div {
    float: left;
    margin-bottom: 11px;
    width: 100%; /* For some reason the 2nd div only goes 80% of the page, so this is needed */
}

p {
    color: black;
    font-family: "Verdana","Arial","Helvetica";
    font-size: 11px;
    margin-bottom: 11px;
    margin-top: 0px;
}

#sub-title {
    font-size: 12px;
    margin-top: 9px;
    margin-bottom: 10px;
}

.image-left {
    float: left;
    margin-right: 3px;
}

.image-adjust { /* They decided the 3rd image should be 1px shorter than the actual image size. */
    width: 320px;
    height: 240px;
}

