#content{
/*      background:url(./images/content-back.jpg) repeat-y left top; */
        padding-right: 244px;
        border-top: 0px;
        border-bottom: 0px;
        background-color: #fff;
        overflow: hidden;
        clear: left;
        height: 100%;
}



#side{
        padding: 5px;
        margin-right: -244px;
        width: 244px;
        background-color: #fff;
        float: right;
}



/* Main Column   */

#main{
        padding: 0 20px 0.1em 21px;
        background-color: white;
        width: 94%;
        height: 100%;
}
