body {
    background-color: rgb(0, 88, 158);
}
#theme {
  position: absolute; overflow: hidden;
  top: 0; left: 0;
  width: 820px; height: 100px;

    	
  border-bottom: 2px solid #144275;
}

#container{
  position: relative;
	width: 820px;
	padding-top: 100px;
	margin: 0 auto;
	background-color: white;
	min-height: 1px; _height: 1px; 
}

#menu li.active a {
    color: white;
    background-position: 16px -185px;
    background-color: rgb(0, 88, 158);
}

#lcolumn #contact h2 {
    font-size: 160%;
    color: rgb(0, 88, 158);
}
h1, #lcolumn h2 {
    color: rgb(0, 88, 158);
}

a {
    color: rgb(0, 88, 158);
}

#footer {
  height: 30px; line-height: 30px;
  text-align: right;
  color: white;
  padding: 0 1px;
  background-color: rgb(0, 88, 158);
  overflow: hidden;
  border-top: 2px solid #144275;
}
#footer p.copyright {
  text-align: right;
}
#footer ul li span, #footer p.copyright span {
  padding: 0 5px;
}
.okno {display: none}