#slideshow
{
  position: relative;
  height: 150px;
}

.highlightedAreas
{
  display: inline-block;
}

.highlightedArea
{
  background: #dbd996;
  float: left;
  margin-top: 4px;
  width: 33%;
  height: 435px;
}

.highlightedAreaCenter
{
  margin-left: 4px;
  margin-right: 4px;
}

.highlightedArea .header
{
  background: url('../images/header-gradient.png') repeat-x;
  text-align: center;
  padding: 10px;
}


.highlightedArea .header a
{
  color: #ececcc;
  text-decoration: none;
  font-size: 16px;
}

.highlightedArea .header a:hover
{
  text-decoration: underline;
}

.highlightedArea .body
{
  padding: 10px;
  font-size: 14px;
  text-align: justify;
}

.highlightedArea .menu a:link, .highlightedArea .menu a:visited
{
  color: #5c5b3b;
}

.highlightedArea .menu a:hover
{  
  color: black;
}
