/* --------------------------------------------------------------------- */
/* Health and Fitness
/* --------------------------------------------------------------------- */
.blurb {
    padding: 0px 10px 10px 20px;
    font-size: 13px;
    color: #CECECE;
    line-height: 20px;
    width: 660px; 
}

#benefits {
    height: 355px;
    width: auto;
    margin: 0px auto;
    clear: both;
    padding: 0px 0px 20px 10px;
}

#benefits .benefit {
    float: left;
    width: 190px;
    margin: 14px;
}

#benefits .benefit img {
    padding: 10px 0px 20px 0px;
}

#benefits .benefit .content {
    font-size: 13px;
    color: #FFF;
    line-height: 18px;
}

#benefits .benefit .links {
    padding: 10px 0px 0px 0px;
    color: #FF0000;
    font-size: 13px;
    line-height: 18px; 
}

#benefits .benefit .links a, #benefits .benefit .links a:link, #benefits .benefit .links a:visited, #benefits .benefit .links a:active {
    display: inline;
    text-decoration: none;
    color: #FF0000;
    font-size: 13px;
    line-height: 18px;
}

#benefits .benefit .links a:hover {
    text-decoration: underline; 
}