#windsor_top_div {
    width: 600px;
    margin: auto;
    height: 40px;
    font: 12px Open Sans, Courier;
    line-height: 15px;
    text-align: center;
    padding-top: 10px;
    color: black;
}

#windsor_left_div {
    width: 305px;
    height: auto;
    padding: 10px;
    float: left;
}

#windsor_right_div {
    width: 515px;
    height: auto;
    padding: 10px;
    font: 12px Open Sans, Courier;
    text-align: center;
    color: black;
    float: left;
}

#windsor_left_div p {
    font: 12px Open Sans, Courier;
    color: black;
    margin-bottom: 16px;
}

.bolden {
    font-weight: bold;
}

.slope {
    font-style: italic;
}

#windsor_left_div img {
    border: 1px;
    border-style: solid;
    border-color: black;
    margin-top: 5px;
}

.great_park_cover {
    position: absolute;
    top: 64%;
    left: 87.5%;
    z-index: 2;
}

#windsor_right_div figure {
    margin: 0px;
}

#windsor_right_div figcaption {
    font: 10px Open Sans, Courier;
    text-align: left;
}

#windsor_right_div p {
    font: 10px Open Sans, Courier;
    font-style: italic;
    color: white;
    position: absolute;
    bottom: 7%;
    right: 14%;
/*
    top: 85%;
    left: 46%;
*/
    z-index: 2;
    text-align: right;
    width: auto;
}