/* Reset */

body {
  font-family: Georgia;
  background-color: rgb(176, 208, 122);
  color: rgb(51, 0, 0);
  }

#centerpage {
  width: 80%;
  margin-left: 10%;
}

#header {
  padding-left: 20px; 
  padding-top: 20px; 
  height: 97px; 
  width: 855px;
  background-image: url(../images/header.png);
 }
 
#maincontent {
 background-image: url(../images/white_dropshadow_middle.png); 
 padding-left: 12px; 
 padding-right: 12px;
 width: 853px;
}

#yarophoto {
 float: left; 
 margin-right: 10px; 
 margin-bottom: 10px; 
 background-image: url(../images/domepic.png); 
 height: 40px; 
 width: 386px; 
 padding-top: 257px; 
 padding-left:10px;
 margin-right:20px;
}

.caption {
 font-size: 0.8em;
}

#maincontenttext {
  padding-top:20px;
  padding-left:30px;
  padding-right:30px;
  line-height: 130%;
}

.headtitle {
 font-size: 1.25em;
 padding-bottom: 10px;
}

.grayline {
 margin-top:20px;
 margin-bottom:20px;
}

#bottom {
  height: 10px; 
  width: 875px;

  background-image: url(../images/white_dropshadow_bottom.png);
 }
 