/* Layout Stylesheet */
body
{
    margin : 0px;
    padding : 0;

    background-color : black;

}
#lh-col
{
    position : absolute;
    top : 120px;
    left : 20px;
    width : 100px;
        border : thin inset rgb(236 , 233 , 216);
    color : rgb(211 , 203 , 210);
    margin : 0px;
    padding : 0px;
    height : 1000px;
    background-color : transparent;
    text-align : center;
          Border-color : white;
}
#rh-col
{
    position : absolute;
    top : 120px;
    right : 20px;
    width : 180px;
    border : thin inset rgb(236 , 233 , 216);
    color : rgb(211 , 203 , 210);
    margin : 0px;
    padding : 0px;
    height : 1000px;
    z-index : 1;
    background-color :transparent;
}
#c-col
{
    position : relative;
    margin : 20px 220px 20px 140px;
    color : rgb(211 , 203 , 210);
    padding : 20px;
    z-index : 13;
    border-left-color : rgb(0 , 0 , 0);
    border-left-style : double;
    border-left-width : thin;
    border-right-style : double;
    border-right-color : rgb(0 , 0 , 0);
    border-right-width : thin;
    border-top-color : rgb(0 , 0 , 0);
    border-top-style : double;
    border-top-width : medium;
    font-size : medium;
    border-bottom-style : double;
    border-bottom-width : thin;
    border-bottom-color : rgb(236 , 233 , 216);
}
