body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    text-align: center;
    vertical-align: top;
    margin: 0;
}
img, div {
/*	border: 1px solid #555;*/
}

/*---- LINKI ----*/
a, a:link, a:active, a:visited {
    text-decoration: underline;
    color: #c0999e;
}
a:hover {
    text-decoration: underline;
    color: #8b2e39;
}

div#page {
    clear: both;
    background-color: #fff;
    overflow: hidden;
    margin: 0 auto;
    width: 1000px;
}

.imageHolder {
    text-align: center;
}

.infoTitle {
    float: left;
    width: 330px;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    color: #c0999e;
}

.infoTitle .infoFirst {
    color: #8b2e39;
}

.infoHolder {
    float: right;
    width: 330px;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    color: #c0999e;
}
.infoHolder2 {
    float: right;
    width: 240px;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    color: #c0999e;
}
.infoHolder3 {
    float: right;
    width: 250px;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    color: #c0999e;
}
.infoHolder4 {
    display: block;
    margin: auto;
    width: 880px;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    color: #c0999e;
}

.infoM {
    color: #8b2e39;
}
