#page {
    height: 900px;
}

#header {
    width:  575px;
    height: 170px;
    background-image: url("../images/ebrochuresbanner.jpg");
}

#content {
    width: 545px;
    top:   30px;
    left:  37px;
}

.thumbnail {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    80px;
    height:   80px;
    position: absolute;
}

.thumbnailLeft {
    left: 0px;
}

.thumbnailRight {
    left: 260px;
}

.description {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    155px;
    height:   80px;
    position: absolute;
    font-family: tahoma;
    font-size:   11px;
    font-weight: bold;
    color:       #000000;
}

.descriptionLeft {
    left: 90px;
}

.descriptionRight {
    left: 352px;
}

.title {
    font-family: tahoma;
    font-size:   11px;
    font-weight: bold;
    color:       #b00a38;
}

.download {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    100px;
    height:   20px;
    position: absolute;
    bottom:   0px;
    left:     0px;
    cursor:   pointer;
    background-image:    url("../images/ebrochuresdownload.gif");
    background-position: top left;
    background-repeat:   no-repeat;
}

.box {
    border-top:    0px;
    border-right:  1px solid #b50839;
    border-bottom: 1px solid #b50839;
    border-left:   1px solid #b50839;
    margin:        0px;
    padding:       2px 0px 0px 2px;
    width:         77px;
    height:        23px;
    line-height:   9px;
    position:      absolute;
    visibility:    hidden;
}

* html .box {
    width:  81px;
    height: 25px;
}

    .box a {
        border:          0px;
        margin:          0px;
        padding:         0px;
        font-family:     arial;
        font-size:       9px;
        text-decoration: none;
        color:           #000000;
    }