div.col-left{
    width: 158px;
    overflow: hidden;
    
    float:left;
    
    margin-right: 10px;
}
div.leftPadding{
    background: url( ../images/lay/left_top.png ) no-repeat;
    padding: 14px;
}
div.left_bot{
    width: 158px;
    height: 27px;
    background: url( ../images/lay/left_bot.png ) no-repeat;
}
div.col-main{
    float: left;
    width: 804px;
}
div.col-right{
    width: 129px;
    float: left;
}

#contentFull{
	width: 675px;
	float: left;
    margin-top:30px;
}
