* {
	margin: 0 ;padding: 0;
}

body {
	background: #d8ecf9 url('images/bg.jpg') no-repeat top center;
	color: #444;
	font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a {
	color: #4aa6e2;
}

img {
	border: none;
}

p {
	margin: 0 0 10px 0;
}

ul {
  list-style-position: inside;
}

ul#left, ul#right {
	list-style-type: none;
}

hr.cleaner {
	clear: both;
	margin: -1px 0 0 0; padding: 0;
	height: 1px;
	border: none;
	visibility: hidden;
}

h1 {
  width: 100%;
  padding-bottom: 10px; margin-bottom: 10px;
  color: #4aa6e2;
  border-bottom: 1px solid #c2e1f5;
}

h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 4px;
}

#menu {
  width: 900px; height: 46px;
  margin: 0 auto; margin-top: 45px;
}

ul#left li, ul#right li {
  float: left;
}

ul#left li a  , ul#right li a  {
  height: 46px;
  line-height: 46px;
  padding: 0 16px;
  display: block;
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

ul#left li.active a  , ul#right li.active a  {
  background: url('images/hover.png');
}

ul#left li a:hover  , ul#right li a:hover  {
  text-decoration: underline;
}

#left{
  float: left;
  position: relative; left: 160px;
}

#right{
  float: right;
}

#telo {
  width: 860px; min-height: 300px;
  line-height: 20px;
  margin: 0 auto; margin-top: 70px;
  padding: 0 20px; padding-bottom: 20px;
  background: #fff;
}

#pata {
  width: 848px; height: 20px;
  margin: 0 auto;
  background: url('images/pata.png')
}