/* 3 Column Layout */
#col01 {
        width:160px;
        float:left;
        text-align: center;
        background:#999999;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #000000;
        -moz-box-sizing: border-box;
}
#col02 {
        width:560px;
        float:left;
        padding:10px;
}
