BODY {
  margin: 0px;
  color: #FFFFFF;
  background-color: #00FF00;
  font-family: "Arial";
  background: #000000 url(/images/pgtop.jpg) no-repeat;
  background-position: top center;
}
#content { /*draw sides of page and contain other divs to the center, NOT FOOTER*/
  position: relative;
  left: 50%;
  width: 832px;
  margin-left: -416px;
}   
#content A {color: #ffaaff;}
#content A:hover {color: #f06eaa;}    
#content A.off {color: #909090;}
#content A.off:hover {color: #b0b0b0;} 

#contentmenu {
  position: absolute;
  display: float;
  top: -25px;
  left: 32px;
  color: #808080;
  font-size: 12px;
  font-weight: bold;
}
#contentmenu ul {
	 list-style: none; 
	 margin: 0px;
  padding-left: 0px; 
	 list-style-type: none; 
	 display: inline;
}
#contentmenu ul li {display:inline;padding:3px;}
#contentmenu ul li a {color: #ffaaff;text-decoration:underline;}
#contentmenu ul li a:hover {color:#f06eaa;}
    
#contentbody {
  position: relative;
  display: block;
  margin-top: 172px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-top: 8px;
  color: #dddddd;
  background: transparent url(/images/pginner.jpg) no-repeat;
}  
#contentbody b {color:#908080;}
#contentbody h1 {
  font-family:times;
  font-weight:bold;
  font-size:22px;
  color: #ffffff;
  margin-top:8px;
}
#contentfooter {
  font-size: 12px;
  position: relative;
  display: block;
}    