body {
	font: normal 95% Verdana, Tahoma, sans-serif;
	background-color: #E0E0E0;
	color: #111;
}

#header {
  width: 100%;
  height: 70px;
}
#subheader {
  float: left;
  width: 160px;
  padding-left: 10px;
  height: auto !important;
  height: 250px; /* IE */
  min-height: 250px;
  display: inline;
}
#middle {
  float: right;
  width: 450px;
  height: auto !important;
  height: 390px; /* IE */
  min-height: 390px;
  margin-top: 30px;
  display: inline;
}
#left {
  float: left;
  width: 160px;
  height: auto !important;
  height: 130px; /* IE */
  min-height: 130px;
  display: inline;
  margin: 10px;
}
#footer {
  clear: both;
  width: 100%;
  height: 30px;
}
#menu {
  top: 0px;
  right: 0px;
  width: 400px;
  height: 30px;
  position: absolute;
}
#submenu {
  top: 70px;
  right: 160px;
  width: 450px;
  height: 30px;
  position: absolute;
}

.ramka {
	background-color: #FAFAFA;
}

h1 {
	font: normal 150% Verdana, Tahoma, sans-serif;
	color: #014054;
}

.i {
	font: normal 80% Verdana, Tahoma, sans-serif;
}