html{
  width:100%; 
  height:100%;
  font:100% Arial, Helvetica, sans-serif;
  overflow: -moz-scrollbars-vertical;
  }
body{
  width:100%; 
  height:100%; 
  background:#fff;
  font-size:.75em;
  color:#676e76;
  }
table{
  font-size:100%; /* ie5 hack */
  }
.main-wrap{ 
  margin:0 auto;
  height:100%; 
  min-height:100%;
  border-bottom:55px solid #fff;
  }
.main-wrap{
  width:1000px;
  }
  .content-area{
    padding:0 40px;
    vertical-align:top;
    }
    .header{
      padding-top:50px;
      /* height:157px */
      }
    .aside{
      float:left;
      width:250px;
      height:1%;
      }
    .content{
      width:667px;
      }
    #next .content{
      font-size:1.07em;
      }
    #next .aside{
      
      }
    #next .content{
      float:right;
      }
      #next .content-in{
        float:left; /* fix 3px gap in IE6 and below */
        }
    #index .content{
      float:left;
      }
    #index .aside{
      float:none;
      margin-left:667px;
      }
      #index .aside-in{
        padding-left:25px;
        float:left; /* fix 3px gap in IE6 and below */
        }
      #next .aside-in{
        padding-right:50px;
        }
     .aside-in,
     .content-in{
      padding-bottom:20px;
      }
    .footer{
      position:relative;
      margin:-55px auto 0;
      padding-top:15px;
      width:920px;
      height:39px;
      border-top:1px solid #a3a8ae;
      background:#fff;
      font-size:.9em;
      }
