body {
  width: 100%; 
  height: 100%; 
  margin: auto; 
  padding: 0px;
  text-align: center;
  background-color:  #9E9A8C;

  font-family: Georgia; Arial, Helvetica, sans-serif; 

}

h1, h2, h3 { padding: 0; margin-top: 0; }
a { text-decoration: none; color: black; }
a:hover { color: #AD6052; text-decoration: underline; }


#top-edge {
  background-color: #AD6052;
  width: 100%; 
  height: 32px;
}

#top-edge-text {
  width: 800px;
  margin: auto;
  padding-top: 8px;
  color: white;
  font-weight: bold;
  text-align: left;
}
#top-edge-text a {
 color: white;
}
#top-edge-text a:hover {
 color: #7E9C92;
 text-decoration: underline;
}
#top-striped-border {
 background-image: url('img/grey-stripes.png');
 background-repeat: repeat-x;
 width: 100%;
 height: 8px;
}

#banner {
  background-color: #7E9C92; 
  height: 180px;
  margin: auto;
}

#header-container {
 width: 800px;
 margin: 0 auto 12px auto;
 padding-top: 20px;
 padding-bottom: 10px;
 color: white;
 border-bottom: solid 2px;
 text-align: left;
}

#header-icon {
 float: left;
 padding-left: 8px;
 padding-right: 20px;
}

#header-description {
 width: 70%;
 padding: 4px;
 margin-left: 12px;
 margin-right: 12px;
}

#header-social {
  padding-top: 10px;
  float: right;
  text-align: right;
}

#centerbody {
  width: 800px; 
  margin: auto;
  clear: both;
  text-align: left;
}

#section-header {
  width: 100%;
  margin: 0px;
  margin-top: 8px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  text-align: center;
}
#section-header h2 { border-bottom: dotted 1px; margin-bottom: 4px}

#project {
  background: white;
  width: 780;

  padding: 10px;
  margin-top: 8px;
  clear: both;
}

#project-icon { 
 float: left;
 padding: 4px;
 margin: 4px;

 width: 15%; 
 height: 105px; 
 border: solid 1px; 
}
#project-icon img { margin-left: 4px; }

#project-description { 
 float: right; 
 padding: 4px;
 width: 80%; 
 border: dotted 0px; 
}
#project-description a {
 text-decoration: underline;
}
#project-description h2 {
 border-bottom: dotted 1px;
 text-decoration: none;
}

#project-footer {
 border: solid 0px;
 width: 100%;
 font-size: 12px;
 text-align: right;
 color: #888888;
}

#bottom-edge {
  margin-top: 8px;
  background-color: #AB7B61;
  width: 100%;
  height: 32px;
}

#normal-text {
  font-weight: normal;
}

#spacer {
  width: 100%;
  margin: auto;
  text-align: center;
  clear: both;
}
#spacer hr { border: 1px dotted #9E9A8C; }