div.maincontainer {
  position: relative; 
  background-color: #eef2f9;
  top: 0px; 
  width: 1000; 
  margin: auto;
}

div.logo {
  background-color: white;
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 300;
}

div.topbanners {
  position: absolute; 
  width: 700; 
  top: 0px; 
  left: 300;
  height: 95px;
  background-color: white;
}
div.topmenu {
  position: absolute;
  width: 1000px;
  top: 95px;
  background-color: #3E3E3E;
  left: 0px;
  height: 25px;
}
div.topbutton {
  position: relative; 
  float: left;
  font-size: 12px;
  text-align: center;
  color: white;
  padding-top: 3px;

  width: 160px;
  top: 5px;
  height: 23px;
  background-image: url("images/static/topbutton.gif");

}
div.sitetitle {
 position: absolute;
 top: 120px;
 left: 0px;
 width: 800px;
 background-color: #E9E9E9; 
 color: black;
 height: 19px;
 text-align: left;
}
div.ourmail {
 position: absolute;
 top: 120px;
 left: 800px;
 height: 19px;
 width: 200px;
 background-color:  #E9E9E9; 
 color: black;
 text-align: right;
}


div.leftbutton {
 position: relative;
 width: 200px;
 height: 25px;
 background-image: url("images/static/leftbutton.gif");
 padding-top: 3px;
}

div.leftstroka {
 position: relative;
 width: 200px;
 height: 10px;
 background-image: url("images/static/leftstroka.gif");
}

