/* CSS Document */

#bg_top {
    background: url(../images/backgrounds/bg_top.jpg) repeat-x;
}

#bg_bottom {
    background: url(../images/backgrounds/bg_bottom.jpg) repeat-x;
    background-position: bottom;
}

#bg_main {
    background: url(../images/rightPane/bg_main.jpg) no-repeat;
    background-position: top;
}

#centerPaneHome {
    background: url(../images/rightPane/bg_bottom.jpg) no-repeat;
    background-position: bottom;
}

#centerPane_bg_repeat {
    background: url(../images/rightPane/bg_repeat.jpg) repeat-y;
}

#centerPane_bg_repeatHome {
    background: url(../images/rightPane/bg_repeat.jpg) repeat-y;
}

#leftPane_bg_top {
    background: url(../images/leftPane/bg_top.jpg) no-repeat;
    background-position: top;
}

#leftPane_bg_repeat {
    background: url(../images/leftPane/bg_repeat.jpg) repeat-y;
}

#leftPane_bg_repeatHome {
    background: url(../images/leftPane/bg_repeat.jpg) repeat-y;
}

#leftPaneHome {
    background: url(../images/leftPane/bg_bottom.jpg) no-repeat;
    background-position: bottom;
}

#header {
    background-image: url(../images/rightPane/bg_head.jpg);
}

#pageFooter {
    background: url(../images/backgrounds/bg_bottomMain.jpg) no-repeat;
}

hr {
    background-image: url(../images/horizontalRule.png);
}