@CHARSET "UTF-8";

.col {
    width: 320px;
    margin-top: 25px;
    background: transparent url(../images/bg-col.gif) top left repeat-y;
}


.col-header {
    padding-left: 15px;
    font-family: Georgia;
    font-size: 20px;
    color: #64b12c;
    background: transparent url(../images/bg-col-header.gif) top left repeat-y;
}

.col-body {
    width: 285px;
    margin: 10px 0 0 15px;
    overflow: hidden;
}

.col-body .logo {
    width: 82px;
    margin: 10px 0;
}

.col-body .strategy {
    /*margin-left: 82px;*/
    width: 193px;
    height: 90px;
    margin: 10px 0 10px 10px;
}

.col-body .strategy span {
    display: block;
    height: 70px;
}

#main {
    font-size: 11px;
}

#main-logo {
    width: 960px;
    height: 293px;
    background: transparent url(../images/main_img.jpg) top left no-repeat;
    overflow: hidden;
}

a#chart-link {
    display: block;
    width: 320px;
    height: 108px;
    margin-top: 185px;
}

a#chart-link span {
    display: none;
}

a.more {
    margin-top: 0px;
    display: block;
    width: 53px;
    height: 18px;
    background: transparent url(../images/more.gif) top left no-repeat;
    float: right;
}

.col-body .strategy a.more span {
    display: none;
}
