html {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-family: Verdana;
  text-align: left;
  background-image: url('images/pattern.gif');
}

img {
  border: none;
}

div#left_line {
  margin: 0px;
  padding: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 100%;
  background-image: url('images/left_line.gif');
  border-right: solid black 3px;
  float: left;
}

div#logotype {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 400px;
  background-image: url('images/desc.gif');
}
  
div#container {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 155px;
  top: 0px;
  width: 70%;
  height: 100%;
  /*border: solid red 1px;*/
}

div#main {
  position: relative;
  background-color: white;
  border: solid black 3px;
  margin: 85px auto;
  /*left: 9%;
  top: 85px;*/
  width: 800px;
  min-height: 410px;
}

div#right_cont {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 248px;
  height: 100%;
  background-color: #796C5D;
}

div#menu {
  position: absolute;
  top: 50px;
  right: 0px;
}

div.menu_item {
  width: 200px;
  border-top: solid #93B633 3px;
  padding: 10px 5px 40px 0;
}

div.menu_item a {
  color: white;
  font-size: 19px;
  text-decoration: none;
}

div.menu_item a:hover {
  color: #93B633;
}

div#main_text {
  padding: 50px 260px 20px 10px;
  z-index: 2;
}

div#main_text h1 {
  font-size: 17px;
  text-transform: uppercase;
  border-left: solid #93B633 15px;
  padding-left: 12px;
}

div#calc {
  z-index: 1; 
  /*position: absolute; 
  bottom: 12px; 
  right: 260px;*/
  float: right; 
  width: 280px; 
  height: 187px; 
  background: url('images/calc.jpg'); 
}

div#phone {
  z-index: 1; 
  /*position: absolute; 
  bottom: 12px; 
  right: 260px;*/
  float: right; 
  width: 181px; 
  height: 200px; 
  background: url('images/phone.jpg'); 
}

div#pen {
  z-index: 1; 
  /*position: absolute; 
  bottom: 12px; 
  right: 260px;*/
  float: right;
  width: 161px; 
  height: 107px; 
  background: url('images/pen.jpg');
  margin-bottom: 10px; 
}