body
{
  background-color: white;
}


div.container
{
  background-image: url(../images/mainsiderepeat.gif);
  background-repeat: repeat-y;
  width:100%;
  margin:0px;
  /*border:1px solid gray;*/
  border:0px;
  line-height:150%;
}

div.header
{
  background-image: url(../images/mntoprep.png);
  background-repeat: repeat-x;
  height:133px;
  color:white;
  clear:left;
}


div.footer
{
  height:50px;
  /*padding:0.5em;*/
  clear:left;
}

div.left
{
  float:left;
  clear:left;
  /*  position:absolute;*/
  background-image: url(../images/mainside.gif);
  background-repeat: no-repeat;
  width:210px;
  /*  left:10px;*/
  /*top:149px;*/
  margin:0;
  height:366px;
padding-left:10px;
}

div.leftbot
{
  float:left;
  clear:left;
  /*  background-image: url(../images/mainsiderepeat.gif);*/
  /*  background-repeat: repeat-y;*/
  /*position:absolute;*/
  width:210px;
  height:350;
  /*left:10px;*/
  /*top:515px;*/
  margin:0;
  padding-left:10px;
}

div.content
{
  /*position:absolute;*/
  /*right;-220px;*/
  margin-left:220px;
  padding:1em;
}