body{
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background-color: #fff0f5;
}

#header, #content, #footer{
  margin-left: auto;
  margin-right: auto;
  width: 1003px;
}


#header{
  background-image: url(header.jpg);
  height: 161px;
}


#content{
  padding: 10px;
  width: 983px;
  border: 1px solid #d4a9bb;
  background-color: #fff;
}


h1{
  font-size: 16px;
}

h2{
  font-size: 14px;
}

img{
  border: none;
}


.product{
  float: left;
  margin-bottom: 30px;
}


.image{
  float: left;
  width: 210px;
}


.info{
  float: left;
  width: 770px;
}



