body {
    background: #F5F3E6 url(kuvat/ebcom-bg.jpg) fixed center top repeat-y;
    margin-top: 0px;
    padding: 0 0 0 0;
   font-family: "Trebuchet MS", sans-serif;
   font-size: 14px;
   color: #1B1B1B;
}

a {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
    color: #9F005B;
    font-weight: normal;
}

a:link {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
    color: #9F005B;
    font-weight: normal;
}

.download a {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 32px;
    color: #9F005B;
    text-decoration: underline;
}

h1, h2, h3 ,h4 ,h5 ,h6 {
    margin-top: 0px;
    padding-top: 0px;
    font-family: "Trebuchet MS", sans-serif;
    color: #1B1B1B;
    font-weight: bold;
}

p {
   font-family: "Trebuchet MS", sans-serif;
   font-size: 14px;
}

img {
    border-color: #1B1B1B;
}

.container {
    width: 1000px;
    height: auto;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
}

.left {
    position: fixed;
    float: left;
    width: 140px;
    margin: 140px 0 0 0;
    text-align: right;
    
}

.center {
    float: left;
    width: 600px;
    margin: 0 0 0 140px;
}

.center div {
    padding: 10px 10px 0 10px;
}

.right {
    float: right;
    width:220px;
    height: auto;
    padding: 140px 10px 10px 20px;
    text-align: left;
}

.lock {
    display:none;
}

.header {
    width: 580px;
}

.col1 {
    float:left;
    width: 280px;
    text-align: left;
}

.col2 {
    float: left;
    width: 280px;
    text-align: left;
}

.colspan {
    text-align: left;
}

.spacer {
    width: 580px;
    height: 120px;
}

