/* elements */

h2.box_title {
    color: #646;
    font-size: 22px;
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    text-align: center;
    z-index: 5;
    }

h4.program_date {
    color: #846384;
    font-size: 16px;
    font-weight: normal:
    top: 0px;
    margin-top: -20px;
    position: relative;
    text-align: center;
    }

h4.author {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    margin-top: -12px;
    }

/* clases */

.footer .left {
    float: left;
    }

.footer .right {
    float: right;
    }

/* ids */


.content img {
    float: left;
    padding-right: 8px;
    }

#boxes_right img {
    float: right;
    padding-left: 8px;
    }

#boxes_right .box_title {
    color: #5e6649;
    }

#boxes_right .tl {
    background: url('../images/box_r_tl.png');
    }

#boxes_right .m, #boxes_right .t {
    background-color: #fafff0; /*eff3ff for light blue*/
    }
