<style type="text/css">

.cs-wrapper {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: small;
        }
<%doc>
/*Column ids to establish three-column page structure.*/

/*The three-column structure can also be used as a two-column structure;            */
/*to use as a two-column structure, set one column to a very small width                        */

/*Columns are hot swappable simply by changing the column definitions.               */
/*cs-container encloses all, cs-3col-wrap is left aligned and it encloses two of     */
/*the three cols with one left and one right; the remaining col is outside           */
/*cs-3col-wrap and is right aligned.                                                 */
</%doc>

#cs-container-col {
        width:100%;
        margin:0 auto;
        text-align:left;
        }

#cs-wrap-3col {
        width:77%;
        float:left;
        }

#cs-browse-col {
        width:29%;
        float:left;
        }

#cs-content-col {
        width:69%;
        float:right;
        }

#cs-widgets-col {
        width:21%;
        float:right;
        }

<%doc>/*end of column ids*/</%doc>
</style>



