
#pageExamples {
  margin-top:20px;
  margin-left:60px;
  margin-right:60px;
  padding-bottom:110px;
}

.exampleTitle {
  clear:both;
  margin-top:0px;
  margin-bottom:20px;
  padding-top:5px;
  padding-bottom:0px;
  height:40px;
  
  background:url(../images/testPages/exampleTitleRow.png) no-repeat;
  background-position:0px 0px;
  padding-left:10px;
  padding-bottom:0px;
  
  text-shadow: 1px 1px 1px #111111;
}

.explanation {
  text-align: justify;
  font: normal 14px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  margin-right: 20px;
}

.pageImage {
  float:left; 
  margin-right:20px;
  margin-bottom:20px;
  padding-left:5px;
  padding-top:5px;
  width:98px;
  height:117px;
}

div.pageImage:hover {
 background:url(../images/testPages/pageMouseOver.png) no-repeat;
 background-position:0px 0px;
}

a.pageLink:hover {
  color: #D37F37;
  text-decoration: none;
}

a.pageLink {
  color: #D37F37;
  text-decoration: none;
}

.navBar div.test {
 background-image: url(/images/NavBarSelectionDivet.png);
}

.navBar div.test a {
    text-decoration: none;
    color: #D37F37;
}


.navBar div.test a:hover {
    color: #D37F37;
    font-weight: bold;
}
