body {
	font-family : Arial, "Trebuchet MS", Geneva, Helvetica;
  background : #fff;
	color : black;
}
.pghdr {
  left : 0;
  width : 600px;
  height : 92px;
}

.pgtitle {
  left : 0;
  width : 590px;
  text-align : center;
  background-color : #fff;
  padding : 0px;
  border : 0px solid black;
}
.wrapper {
  position: relative;
  top : 0;
  width : 590px;
  position : relative;
	margin : 5 auto;  
}
.pgcontent {
  left : 0;
  width : 590px;
  padding : 5px;
  border : 1px solid black;
  background : #fff;
  margin-bottom : 10px;
}
.pgmenu {
  display : none;
  left : 615px;
  top : 0px;
  width : 0px;
  border : 0px solid #004000;
}
.pgftr {
  display : none;
  left : 0
  border : 1px solid #004000;
  width : 590px;
  text-align : right;
  background-color : #f0f0f0;
  padding : 5px;
}
