
#c0 h3 {
    color: #234;
    font-family: 'Trebuchet MS', 'Arial';
    font-size: 30px;
}

#c0 {
    margin: 0px 10px;
}

#c0, #c1, #c2, #c3 {
    float: left;
    margin-left: 10px;
}

.clear {
    clear: both;
    height: 20px;
}



/* News ticker */

.ticker {
    padding: 0px;
}

.ttop {
    width: 400px;
    height: 19px;
    background-image: url('../img/tcorners270.png');
}

.tbottom {
    width: 400px;
    height: 19px;
    background-image: url('../img/bcorners270.png');
}

.tcontent > *, .tcontent3 > * {
    padding: 5px 20px;
}

.tcontent {
    background-image: url('../img/tbg270.png');
    background-repeat: repeat-y;
    padding: 0px;
    margin: 0px;
    cursor: move;
}

.tcontent3 {
    background-image: url('../img/tbg270.png');
    background-repeat: repeat-y;
    padding: 0px;
    margin: 0px;
}

/* News item */

.titem {
    position: relative;
    top: 0px;
    opacity: 1;
    width: 360px;
}


