
/**************************************
    overwrites styles from screen.css
 **************************************/

#main #contentContainer #content {
    float: none;
    width: 660px; /* 675 = 3*210 + 3*15 - 15 */
    margin-right: 33px; /* 723 - 30(left margin) -33 = 660 */
}

#main #contentContainer #contentRight {
    float: none;
    width: 675px; /* 660 + 15 (teaser marging right)*/
    margin-left: 30px;
    margin-top: 32px; /* 17 + 15 */
}

#main #contentContainer #contentRight .teaser {
    float: left;
    width: 210px;
    margin: 0 15px 0 0;
}

#main #contentContainer #contentRight .teaserBody {
    height: 200px;
}

#contentRight .teaserTitle h1 {
    width: 175px;
}

#dev_HomeTeaserOnly {
    display: block;
}
