footer {
    margin-top: 20px;
    text-align: center;
}

nav {
    margin: 0 auto;
    position: relative;
    top: 150px;
    width: 848px;
    z-index: 1;
}

#next {
    float: right;
}

#next:hover, #previous:hover {
    cursor: pointer;
}

article {
    margin: 0 auto;
    overflow: hidden;
    height: 669px;
    width: 713px;
}

section {
    overflow: hidden;
    position: relative;
}

section div {
    border: 11px solid rgb(133, 78, 40);
    border-radius: 35px;
    float: left;
    padding: 0 15px;
    width: 340px;
}

section div p {
    font-size: 95%;
}

section div.coming-soon {
    background: transparent url("../image/comingsoon.png") no-repeat -15px -8px;
}

section h3 {
    font-weight: bold;
    margin: 3px;
    text-align: center;
}

section > img {
    float: right;
    border: 11px solid rgb(133, 78, 40);
    border-radius: 35px;
}

section > a {
    position: relative;
    left: 108px;
    top: 15px;
}

address {
    font-size: 95%;
    margin-bottom: 5px;
    text-align: center;
}

footer {
    font-size: 95%;
}