body {
  background-color: #d5d3fe;
  color: #000;
  font-family: Arial, sans-serif;
}


#content {
  background: #fff;
  margin: auto;
  width: 756px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 16px;
  border-width: 4px;
  border-color: #74a4d4;
  border-style: solid;
}

img.floated-right {
  display: block;
  float: right;
  margin: 4px;
  margin-right: -5px;
}

img.floated-right-brain {
  display: block;
  float: right;
  margin-top: 0px;
  margin-right: 32px;
  margin-left: 32px;
}


div.img-shadow-right {
  float: right;
  position: relative;
  background: url(dropshadow.png) no-repeat bottom right;
  margin: 5px -9px 3px 20px;
}
div.img-shadow-right img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  left: -7px;
  top: -7px;
  padding: 4px;
}

div.img-shadow-left {
  float: left;
  position: relative;
  background: url(dropshadow.png) no-repeat bottom right;
  margin-top: 10px;
  margin-right: 9px;
  margin-bottom: 3px;
  margin-left: 7px;
}
div.img-shadow-left img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 0px solid #a9a9a9;
  left: -7px;
  top: -7px;
  padding: 0px;
}

div.caption {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  border-top: none;
  left: -7px;
  top: -7px;
  max-width: 100%;
  padding: 4px;
  margin-top: -4px;
}
  
