body {
    font-family: Arial Narrow, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #4e1915;
    text-align: left;
    vertical-align: top;
    line-height: 200%;
    margin: 0;
}
img, div {
    padding-bottom: 20px;
}

/*---- LINKI ----*/
a, a:link, a:active, a:visited {
    text-decoration: underline;
    color: #c0999e;
}
a:hover {
    text-decoration: underline;
    color: #8b2e39;
}

div#page {
    clear: both;
    margin: 0 auto;
    width: 890px;
    padding-left: 95px;
}

.imageHolder {
    text-align: left;
}

.infoHolder {
    font-size: 19px;
    font-style: italic;
/*    font-weight: bold;*/
    text-align: left;
    color: #fbfbfb;
    padding-left: 15px;
/*    border: 1px solid #555;*/
}

.infoM {
    color: #fb0314;
}
