.monument
{
  float:left;
  width:95%;
}

.titlemonument
{
  font-weight:bold;
  font-size:12px;
  left:0;
  margin:15px 0 0 0;
}

.descriptionmonument
{ 
  font-size:11px;
  margin:3px 0 0 0;
}

.imagemonument
{
  border: 1px solid #B2BACB;
  padding:2px;
  margin:3px 5px 2px 0;
  float:left;
}

.imagemonument img
{
  width:300px;
  border:0;
}


