body {
	font: .8em/1.8em verdana, arial, sans-serif;
	background-color: #FFFFFF;
     text-align: center;
  }

  #wrapper
  {
    width: 760px;
   margin-left: auto;
   margin-right: auto;
}

#header
  {
  border-bottom: 2px solid green;
  padding: 10px;
  margin-bottom: 20px;
}

#content {
	
	
	padding: 10px 25px 6px 25px;
    text-align: left;

}

#content h1 {

	font-size: 1.3em;
	color: #711515;
	background-color: transparent;
}


#content h2 {

	font-size: 1.2em;
	color: #711515;
	background-color: transparent;
}



#returnbutton
{ font-size: 1.0 em;
text-align: left;
}




.imagecaption img
{

 margin-top: 10px;
}

 .imagecaption p
 {
  font-weight: bold;
  font-size: .9em;
  line-height: 1em;
   }
 


 .footer
 {
 border-top: 2px solid #008200;
 width: 500px;
 padding-bottom: 30px;
  margin-top: 40px;
      margin-bottom: 35px;
     margin-left: auto;
  margin-right: auto;
 }


 
