﻿    body {
        background-image: url(/Images/PageElements/background.gif);
        font-family: Arial, Helvetica, Verdana, Sans-Serif;
        font-size: 12px;
    }
    
    /* wraps and centers all visible page elements */
    #wrapper  {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 852px;
        height: auto;
    } 
    
    #center {
        position: absolute;
        top: 132px;
        left: 0px;
        width: auto;
        height: auto;
    }
    #center_header {
        width: auto;
        height: 42px;
    }
    #center_headerLeft {
        background-image: url(/Images/PageElements/contentHeader_left.png);
        float: left;
        width: 25px;
        height: 42px;
    }
    #center_headerCenter {
        background-image: url(/Images/PageElements/contentHeader_center.png);
        background-repeat: repeat;
        float: left;
        height: 42px;
    }        
    #center_headerCenter > span {
        color: White;
        font-size: 14px;
        font-weight: bold;
        left: 40px;
        position: absolute;
        top: 10px;
    }    
    #center_headerRight {
        background-image: url(/Images/PageElements/contentHeader_right.png);
        float: right;
        width: 18px;
        height: 42px;
    }
    #center_center {
        width: auto;
        height: auto;
    }
    #center_centerLeft {
        background-image: url(/Images/PageElements/contentBackground_left.png);
        background-repeat: repeat;
        float: left;
        width: 25px;
        height: 400px
    }
    #center_centerContent {
        background-color: White;
        float: left;
    }
    #center_centerRight {
        background-image: url(/Images/PageElements/contentBackground_right.png);
        background-repeat: repeat;
        float: right;
        width: 18px;
    }
    #center_footerLeft {
        background-image: url(/Images/PageElements/contentFooter_left.png);
        float: left;
        width: 25px;
        height: 19px;
    }
    #center_footerCenter {
        background-image: url(/Images/PageElements/contentFooter_center.png);
        background-repeat: repeat;
        float: left;
        height: 19px;
    }
    #center_footerRight {
        background-image: url(/Images/PageElements/contentFooter_right.png);
        float: right;
        width: 18px;
        height: 19px;
    }
    
    .divider {
       position: absolute;       
       left: 0px;
       width: auto;
       height: 28px;
    }
    .divider_left {
        background-image: url(/Images/PageElements/pageDivider_endLeft.png);
        float: left;
        width: 25px;
        height: 28px;
    }
    .divider_center {
        background-image: url(/Images/PageElements/pageDivider_center.png);
        background-repeat: repeat;
        float: left;
        height: 28px;
        width: 809px;                 
    }
    .divider_center span {
        color: #3C3C3C;
        font-size: 12px;
        font-weight: bold;
        left: 30px;
        position: absolute;
        top: 2px;
    }        
    .divider_right  {
        background-image: url(/Images/PageElements/pageDivider_endRight.png);
        float: right;
        width: 18px;
        height: 28px;        
    }     