* {
margin: 0;
padding:0;
 }

div#container{
  width:1002px;
  margin:0 auto;
  padding:0;
  position:relative;
  height:100%;
  background-color:white;
}

div#nonfooter{
  position:relative;
  min-height:100%;
}

div.center{
  padding-bottom:20px;
}

div{
  margin:0px;
  padding:0px;
}

div#header{
  width:100%;
  background-color:white;
  padding-bottom:5px;
}

div.header1, div#header2, div#header3{
  width:100%;
  clear:both;
}

div#header2{
  height:35px;
}

div#header3{
  height:25px;
}

div#leftmenu{
  width:210px;
  margin-right:20px;
  float:left;
  background-color:white;
}

div#content{
/*  width:770px;*/
  float:right;
/*  float:left;*/
}

div.category{
  width:770px;
}

div.subcat{
  width:750px;
}

div#footer{
  bottom:0 ;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  width:400px;
  text-align:center;
  padding-bottom:20px;
}

div.clearer{
  clear:both;
}
