html,body
{
  height:100%;
  font-size: 18px;
  padding:0;
  margin:0;
  font-family: Georgia, 'Times New Roman', Times, serif;
  background:#cbebff;
}
h1, h2, h3
{
  text-shadow: 1px 1px 0 #fff;
}

#mainBlock
{
  width:630px;
  margin:0 auto;
  position:relative;
  padding: 0 10px 0 340px;
  min-height:100%;
}
#leftPos
{
  top: 0;
  bottom:0;
  left:0;
  position:absolute;
  box-shadow: 0 0 3px #555;
  background:#fff;
}
#searchBlock
{
  box-shadow: 0 0 3px #555;
  padding:5px 10px;
  text-align:center;
  background:#fff;
}
#searchBlock input
{
  width:80%;
}
#searchBlock input.searchBtn
{
  width:15%;
}

input, textarea
{
  font-size:16px;
  padding: 10px 5px;
  line-height:18px;
}
input[type="submit"]
{
  padding: 10px 20px;
  line-height:14px;
}
#copyright
{
    right: 0;
  bottom:0;
  left:0;
  position:absolute;
  padding: 0 10px 5px 340px;
  text-align:center;
  font-size:14px;
  color:#555;
}

#copyMs
{
    right: 0;
  bottom:0;
  left:0;
  position:absolute;
  padding: 1px 10px;
  text-align:right;
  font-size:14px;
  color:#555;
}
div.CookieNotifyWidget
{
    position: fixed;
  right: 10px;
  bottom: 10px;
  background: rgba(0,0,0,0.7);
  z-index: 100;
  width: 20%;
  min-width: 350px;
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: rgba(0,0,0,0.5) 3px 3px 6px;
}
div.CookieNotifyWidget a
{
    color: #bbf;
}

#footLinks
{
    color:#555;
    margin-left:16px;
    font-size: 14px;
      margin-top: 15px;
}
