html, body { height: 100% }

body {
    padding: 0 390px 0 390px;
    margin: 0;
    text-align: center;
    color: #DCC8AA; /* light brownish */
      /* #E6D2B4; #D8BE96; #D8BEA6; #BE8A6E; #BEA06E; #CCA466;
         #B69B81; #CF9167; #FFC880; #FFC0CB; original pink */
    background-color:black;
}

#sizer {
    margin: 0 auto 0 auto;
    width: 100%;
    position:relative;
    min-height:100%;
    height:auto;
}


#expander {
    margin: 0 -390px 0 -390px;
    min-width: 780px;
    position: relative;
}

/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 

#header {
    position:relative;
    height:91px;
    background:url(../sysimg/bg_top.jpg) 0 0 repeat-x;
}

#headimg {
    position:absolute;
    width:400px;
    height:60px;
    top:10px;
    left:200px;
    background:url(../sysimg/head-logo.gif) 0 0 no-repeat;
}

#header .colhead_left {
    height:33px;
    width:111px;
    position:absolute;
    bottom:0;
    left:0;
    background: url(../sysimg/bg_left_colhead.jpg) no-repeat 0 0;
}

#header .colhead_right {
    height:33px;
    width:111px;
    position:absolute;
    bottom:0;
    right:0;
    background: url(../sysimg/bg_right_colhead.jpg) no-repeat 0 0;
}

#allcontent {
    position:relative;
    background:url(../sysimg/bg_left.jpg) no-repeat 0 0;
    background-color: #6D533A;
}

#rightcentercontent {
    position:relative;
    margin:0 0 0 100px;
    background:url(../sysimg/bg_right.jpg) no-repeat 100% 0;
    background-color: #6D533A;
}

#centercontent {
    margin:0 100px 0 0;
    text-align:justify;
    font-family:arial;
    font-size:12pt;
    background-color: #000000;
}

#centercontent2 {
    margin:0 20px 0 20px;
}

.clear {
    clear:both;
    font-size:1pt;
    overflow:hidden;
    height:1px;
}

#footer {
    height:50px;
    line-height:30px;
    width:100%;
    color:gray;
    text-align:center;
    font-family:arial, verdana;
    font-size:9pt;
}

#footer .fine_note {
    font-size:8pt;
    color:#202020;
}

#footer .fine_note a {
    font-size:8pt;
    color:#202030;
}

#footer .fine_note a.hover {
}

#footer .fine_note a.visited {
}
