#brochure {
    position: relative;
    width: 650px;
    height: 540px;
    background: #0B182D;
}
#brochurenav {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    font-size: 125%;
    font-weight: bold;
    line-height: 60px;
}
#brochurenav a.prev {
    float: left;
}
#brochurenav a.next {
    float: right;
}

div.brochure {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 30px;
    width: 650px;
    height: 450px;
    color: #0B182D;
    background: #FFFFE5;
    font-size: 12px;
    text-align: left;
}
div.brochure div.inner {
    margin: 50px;
}
div.brochure p {
    margin: 0;
    color: #0B182D;
}
div.brochure span.item {
    color: #C00000;
    font-weight: bold;
}
