body {
    margin:           0px; 
    padding:          0px;
    font:             9pt sans-serif;
    text-align:       center;
    /* background:       #eaf0f9 url("http://media.faluninfo.net/media/photo/bg-body.gif") repeat-y center; */
}

/****
 ****   MAJOR STRUCTURAL ELEMENTS -- NON-FRONTPAGE PAGES
 ****/

#SITE_CONTAINER {
    width:            957px;  /* width should match main header banner image */
    text-align:       center;
    margin:           auto;
    background:       #fff;
}

#MAIN_HEADER {  /* contains all the header elements above the three columns */
    margin:           0px; 
    padding:          0px;
}

#CONTAINER_A {  /* used for stretching columns, do not use for visual formatting */
    margin:           0px; 
    padding:          0px;
}
#CONTAINER_B {  /* used for stretching columns, do not use for visual formatting */
    margin:           0px; 
    padding:          0px;
    border-top:       1px solid #aaa;
    height:           100%;  /* needed for IE6 */
}
#CONTENT_LEFT {  /* contains the entire left-hand column */
    float:            left;
    width:            194px;  /* make the center column's left margin match this value */
    margin:           0px; 
    margin-top:       0px;
    padding:          0px 8px 0px 0px;
    background-image:    url("http://media.faluninfo.net/media/photo/box-border-right.gif");
    background-repeat:   repeat-y;
    background-position: right;
}
#CONTENT_RIGHT {
    float:            right;
    width:            270px;  /* adjust the center column's right margin when changing this */
    margin:           0; 
    padding:          0;
}
#CONTENT_MIDDLE {
    margin-top:        0px;
    margin-left:       194px;  /* should match the left column's width */
    margin-right:      270px;  /* adjust this to work with the right column's width */
    background-image:    url("http://media.faluninfo.net/media/photo/box-border-right.gif");
    background-repeat:   repeat-y;
    background-position: left;
    padding-left:      15px;
}
.COLUMN_DIV {
    margin:           0px; 
    padding:          0px;
}
.FOOTER_SEP {
    clear:            both;
    margin:           0; 
    padding:          0;
    height:           1px;
    font-size:        1px;
    border:           none;
    background:       transparent;
}

