
.page_toggle {
  float: left;    /* This make sure it stays horizontal */
  /*background: url(../images/togbase2.gif);*/
  display: block;
  height: 570px;
  width: 40px;
  cursor: pointer;
  vertical-align: text-bottom;
  margin: 0 0 0 0;
  }

.page_toggle_active {
  margin: 0 0 0 0;
  }

.page_content {
  height: 570px;  /* Define a height for the accordion as it stretches the width */
  float: left;    /* This make sure it stays horizontal */
  overflow: hidden;
  background-color: #ffffff;
  color: #444444;
  margin: 0 0 0 0;
  }

.page_content p {
  height: 570px;
  width: 697px;
  line-height: 150%;
  margin: 0 0 0 0;
  }


/* Container styling*/
#page_container {
  margin:  10px auto 10px auto;
  background-image: url(../images/opening.gif);
  width: 900px;
  height: 570px;
  visibility: hidden;
  }
