/*     CSS Design by Jason Seipp    For: Conf/Events Dept. @ calbaptist.edu    Website: http://www.jasonseipp.com    Created: 05.18.2009    Modified: 11.04.2009    */ .hand { cursor:pointer; } .ceimgb {    border: 4px solid #BBBBBB;    cursor:pointer; } #cecontainer {    width: 725px;    height: 150px; } #cedesc {    float:left;    width: 465px;    height: 130px;    top: 25px;    left: 230px; } #cetitle {    float:left;   width: 465px;   height: 20px;   top: 0px;   left: 230px;   background-color:#DDDDDD; } #ceimg {    float:left;    width: 230px;    height: 150px;    top: 0px;    left: 0px; } #ceimgh {    float:left;    width: 150px;    height: 230px;    top: 0px;    left: 0px; } #cesplit{    width: 100%;    height: 10px;    float:left; } #cesplitc{    width: 400px;    height: 10px;    float:left; } #cecol1{    float:left;    width: 155px;    height: 130px;    top: 25px;    left: 230px; } #cecol2{    float:left;    width: 155px;    height: 130px;    top: 25px;    left: 385px; } #cecol3{    float:left;    width: 155px;    height: 130px;    top: 25px;    left: 540px; } #certcontainer {    width: 575px;    height: 350px; } #cerbcontainer {    width: 575px;    height: 200px; } #cerimg{    float:left;    width: 300px;    height: 350px; } #cerstats{    float:left;    width: 275px;    height: 350px; } #cerav{    float:left;    width: 250px;    height: 200px; } #cerdesc{    float:left;    width: 325px;    height: 200px; } 
