* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  font: 12px Verdana, sans-serif;
  background:#1B2946;
}

h1 {
  margin:0;
  font: bold 200% Verdana, sans-serif;
  letter-spacing:1px;
  background:url(http://www.aralsea.net/img/logo.jpg) left top no-repeat;
  padding-left:60px;
}

#content-pri h2{
  font: bold 175% Verdana, sans-serif;
  color: #00F;
  line-height: 2em;
}

#content-pri h3{
  font: bold 125% Verdana, sans-serif;
  color: #33F;
  line-height: 2em;
}

#content-pri h4{
  font: bold 100% Verdana, sans-serif;
  color: #55F;
  line-height: 2em;
}

#content-pri p{
  text-indent: 3em;
  line-height: 1.5em;
}

#content-pri ul,#content-pri ul li {
  line-height: 1.5em;
}

a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: underline;
}

#container-page {
  margin: 0 auto;
  width: 650px;
  background: #DDD;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-head {
  background: url(http://www.aralsea.net/img/title-bg.gif) #45F left top repeat-x;
}

#container-lang {
  text-align:right;
}

#lang {
  font-weight:bold;color:white;
}

#head {
  padding: 1em;
  height: 60px;
}

#container-content {
  padding: 0 2em 40px 2em;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
  width: 80%;
  float: right;
  background: #DDD;
}

#content-sec {
  padding: 1em 0;
  width: 20%;
  float: left;
}

#content-sec ul,#content-sec ul li {
  list-style: none none;
  line-height: 1.5em;
}

#container-foot {
  width: 100%;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 40px;
}

#foot {
  padding: 0 1em;
  line-height: 40px;
  color: #AAA;
  }