body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0 auto;
}

#head {
  background-image: url(images/logo.PNG);
  width: 840px;
  height: 129px;
  text-align: center;
  margin: 0 auto;
}

#menu {
  width: 840px;
  height: 36px;
  background-color: #5191CC;
  text-align: center;
  margin: 0 auto;
  margin-top: 2px;
}

IMG.LEFT {
text-align: left;
float: left;
}
IMG.RIGHT {
text-align: right;
float: right;
}

#content {

  background-color: #D6DFF7;
  width: 840px;
  margin: 0 auto;
  overflow: hidden;
}

#head_content {
  background-color: #2CA709;
  width: 840px;
  margin: 0 auto;
   margin-top: 50px;
   overflow: hidden;
}

P.content {
margin: 5px;
}

#searchengine {
width: 470px;
margin: 0 auto;
height: 79px;
background-color: #CB0808;
margin-top: 36px;
}

FORM.SEARCH {
margin-top: 19px;
}

INPUT.NAME {
margin-top: 19px;
margin-left: 57px;
width: 126px;
height: 18px;
}
INPUT.LASTNAME {
margin-top: 19px;
margin-left: 50px;
width: 126px;
height: 18px;
}
INPUT.OK {
background-image: url(images/search.PNG);
height: 19px;
width: 53;
border: none;
margin-left: 10px;
}
#margin {
margin: 5px;
}
#footer {
background-image: url(images/footer.PNG);
clear: both;
width: 840px;
height: 37px;
margin: 0 auto;
}