/*
 * $Id:$
 * 
 * A CSS file for dealing with the What Is BizBrag page 
 */

#what-is-bizbrag .entry {
    border: 1px solid #CCCCCC;
    padding: 10px;
    float: left;
    width: 200px;
    min-height: 330px;
    font-size: 95%;
    margin: 0px 10px 10px 0px;
}

#what-is-bizbrag .entry .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 0px 0px 3px 0px;
}

#what-is-bizbrag .entry .sub-title {
    text-align: center;
    font-size: 14px;
    color: #5F5F5F;
    font-weight: bold;
    margin: 0px 0px 3px 0px;

}

#what-is-bizbrag .entry img {
    display: block;
    margin: auto;
    border: 1px solid #E4E4E4;
}

#what-is-bizbrag .entry .text {
    margin: 5px;
    color: #666666;
}

#what-is-bizbrag #action {
    display: block;
    margin: auto;
    text-align: center;
}