body{
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  background: #F6F8FF;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h2 {
  color: #2e7495;
}

h3 {
  color: #2e7495;
  font-size: 12px;
}

#container {
  text-align: left;
  margin: 0 auto;
  max-width: 750px;
  position: relative;
}

#header {
  clear: both;
  background: url(images/fond.png) 100% 0 repeat;
  position: relative;
  text-align: left;
  padding-left:10px;
  padding-right: 10px;
  min-height: 150px;
}

#body {
  clear: both;
  background: #cfe5ef;
  position: relative;
  text-align: left;
  padding-left:10px;
  padding-right:10px;
}

#footer {
  clear: both;
  background: #fff url(images/footer.png) 100% 0 no-repeat;
  position: relative;
  text-align: left;
  padding-right: 20px;
  min-height: 405px;
}


