
#centerCol {
    float: left;
    width: 511px;
}

#idxRightCol {
    float: right;
    width: 247px;
}


.aboutBoxHead {
    background-image: url(../img/boxheadAboutBg.gif);
}

.newsBoxHead {
    background-image: url(../img/boxheadNewsBg.gif);
}


.coursesBoxHead {
    background: #060606;
}



.aboutBoxContent, .cmaBoxContent {
    padding: 10px;
}

.aboutBoxContent p, .cmaBoxContent {
    line-height: 1.4;
}

#coursesBox {

}


.courseItem {
    padding: 10px 0;
    border-bottom: 1px solid #dbdbdb;
}

.courseItemTitle {
    color: #555;
    font-size: 14px;
    font-weight: bold;
}

.courseItem p {
    margin: 0; 
    padding: 0;
    margin-left:115px;
}

.courseItem img {
    float: left;
    margin-right: 10px;
    border: 1px solid #f5f4f4;
}

.sepPoints {
    background-image: url(../img/sepPoints.gif);
    background-repeat: repeat-x;
    width: 521px;
    height: 1px;
    line-height: 0;
    padding: 0;
}

#cmaBox h2 {
    color: #fff;
    display: block;
    background-image: url(../img/boxheadAboutBg.gif);
}
