#outer_frame {
    width: 940px;
    position: relative;
}
#leftcol {
    background: url('img/shad-l2.jpg') repeat-y right;
    width: 15px;
}
#rightcol {
    background: url('img/shad-r2.jpg') repeat-y left;
    width: 25px;
}
#inner_frame {
    background: white url('img/blueshine.jpg') no-repeat bottom right;
    width: 940px;
    position: relative;
    top: 10px;
    left: 0px;
}
#shade_tl {
    background: url('img/shad-tl.jpg') no-repeat;
    width: 14px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: -14px;
}
#shade_t1 {
    background: url('img/shad-t1.jpg') no-repeat;
    width: 37px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0px;
}
#shade_t2 {
    background: url('img/shad-t2.jpg') repeat-x;
    width: 944px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: -2px;
}
#shade_t3 {
    background: url('img/shad-t3.jpg') no-repeat;
    width: 36px;
    height: 10px;
    position: absolute;
    top: -10px;
    right: 0px;
}
#shade_tr {
    background: url('img/shad-tr.jpg') no-repeat;
    width: 24px;
    height: 10px;
    position: absolute;
    top: -10px;
    right: -24px;
}
#shade_l1 {
    background: url('img/shad-l1.jpg') no-repeat;
    width: 14px;
    height: 28px;
    position: absolute;
    top: 0px;
    left: -14px;
}
#shade_l2 {
    background: url('img/shad-l2.jpg') repeat-y;
    width: 14px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -14px;
}
#shade_l3 {
    background: url('img/shad-l3.jpg') no-repeat;
    width: 14px;
    height: 52px;
    position: absolute;
    bottom: 0px;
    left: -14px;
}
#shade_r1 {
    background: url('img/shad-r1.jpg') no-repeat;
    width: 24px;
    height: 45px;
    position: absolute;
    top: 0px;
    right: -24px;
}
#shade_r2 {
    background: url('img/shad-r2.jpg') repeat-y;
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -24px;
}
#shade_r3 {
    background: url('img/shad-r3.jpg') no-repeat;
    width: 24px;
    height: 39px;
    position: absolute;
    bottom: 0px;
    right: -24px;
}
#shade_bl {
    background: url('img/shad-bl.jpg') no-repeat;
    width: 14px;
    height: 28px;
    position: absolute;
    bottom: -28px;
    left: -14px;
}
#shade_b1 {
    background: url('img/shad-b1.jpg') no-repeat;
    width: 73px;
    height: 28px;
    position: absolute;
    bottom: -28px;
    left: 0px;
}
#shade_b2 {
    background: url('img/shad-b2.jpg') repeat-x;
    width: 944px;
    height: 28px;
    position: absolute;
    bottom: -28px;
    left: -2px;
}
#shade_b3 {
    background: url('img/shad-b3.jpg') no-repeat;
    width: 55px;
    height: 28px;
    position: absolute;
    bottom: -28px;
    right: 0px;
}
#shade_br {
    background: url('img/shad-br.jpg') no-repeat;
    width: 24px;
    height: 28px;
    position: absolute;
    bottom: -28px;
    right: -24px;
}
