#ver {
 left: 25px;
 top: 55px;
 width: 240px;
 height: 85px;
 background: #dcecfc; 
 text-align: center;
}

#menu {
 left: 25px;
 top: 150px;
 width: 240px;
 height: 385px;
 background: #dcecfc; /* Катин голубой */
}

#main {
 top: 55px;
 left: 280px;
 right: 25px;
 min-height: 480px; /* по высоте меню слева*/
 background: #ecfddd; 
 min-width: 240px;
}

#tech { 
}

#tech2 { 
 background: #dcecfc; /* Катин голубой */
 width: 100%;
}

.cur {
}

.border {
  padding: 5px;
  border: 1px solid black;
}





