/*
 * img - html element
 * #id - id identifier
 * .class - class identifier
*/

html, body {
  padding: 0; 
  margin: 0; 
  border: 0;
  line-height: 1.2em;
  
}

#copyright {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  bottom: 0;
  color: #998877;
  z-index: 1;
}

#copyright .credit {
  position: relative;
  text-align: center;
  font-size: 10pt;
}

#copyright a {
  color: #998877;
}

.graphy {
  font-size: 7.7pt;
}

#frame {
  position: relative;
  width: 65em;
  margin-left: auto;
  margin-right: auto;
}

#header {
	position: relative;
  height: 9em;
  top: 0;
  border-radius: 15px;
  z-index: 2;
}

#body {
  position: relative;
  min-height:30em;
  width: 100%;
  margin-top: .5em;
  margin-bottom: .5em;
  border-radius: 15px;
  z-index: 1;
}

#footer {
  position: relative;
  clear: both;
  height:5em;
  border-radius: 15px;
  z-index: 2;
}

.sectionBkgd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bar {
  width: 100%;
  height: 1.7em;
  clear: both;
  padding-top: .2em;
}

.side { 
  width: 14em;
  z-index: 5;
}

.main {
  min-height: 35em;
  padding: .1em 1em;
}

.hor_ad {
  height:90px;
  width:728px;
}



