body {
font-size: 100%;
background: black;
text-align: center;
behavior:url(csshover.htc);
}
body div#listmenu ul li ul {
     display:none;
     }
* {
     margin:0;
     padding:0;
     }
div#listmenu {
     width:100%;
     float: left;
	 text-align: center;
     border-top:1px solid gray;
     border-bottom:1px solid gray;
     font-size:.9em;
     font-weight: bold;
     background-color:navy;
     margin:0 auto;
	 padding: 0px;
     }
div#listmenu ul {
     width: 750px;
	   margin:0 auto;
     }
div#listmenu ul li:hover ul, div#listcontainer ul li ul:hover {
     display:block;
     }
div#listmenu ul li ul {
     margin:0;
     position:absolute;
     width:10em;
     left:-1px;
     }
div#listmenu ul li ul li {
     width: 100%;
     border-left:1px solid gray;
     border-bottom:1px solid gray;
     border-right:1px solid gray;
     }
div#listmenu ul li ul li:first-child {
     border-top:1px solid gray;
     }
div#listmenu li {
     float:left;
     position:relative;
     list-style-type:none;
     background-color:navy;
     border-right:1px solid gray;
     }
div#listmenu li:first-child {
     border-left:1px solid gray;
     }
div#listmenu li:hover {
     background-color:white;
     color: navy;
     }
div#listmenu a {
     display: block;
     padding: 0 6px;
     text-decoration: none;
     color:white;
     }
div#listmenu a:hover {
     background: white;
     color:navy;
     }

* html div#listmenu ul {
     text-align: center;
	 border-left: 1px solid navy;
     width: 750px;
	 margin:0 auto;
      }

#wrapper {
width: 840px;
margin: 0px auto;
padding: 0px auto;
background: white;
border: thin solid orange;
}
#header {
width: 840px;
background: #BFBFB9  url(pog_head2.jpg) no-repeat;
text-align: center;
font-size: 1em;
height: 110px;
}
#main {
  width: 540px;
  float: left;
  color: navy;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-family:  Georgia, serif, Tahoma;
  font-style: italic;
  overflow: auto;
}
#right {
  width: 210px;
  padding: 10px;
  float: left;
  color: navy;
  border-left: thin solid black;

}
.quotebox {
  width: 190px;
  text-align: left;
  border: thin solid black;
  padding: 10px;
  margin-bottom: 10px;
}
.quotebox2 {
  width: 500px;
  border: thin solid black;
  padding: 10px;
  margin-top: 350px;
  margin-bottom: 0px;
  margin-right: 200px;
}

#footer {
  clear: left;
  width: 840px;
  color: #navy;
  background:white;
  text-align: center;
  border-top: thin solid navy;
}
hl {
  font-size:  1.5em;
}
clearfix {
clear:both;
margin:0px !important;
padding:0px !important;
height: 1px;
font-size: 1px;
line-height: 1px; }
.italic {
font-style: italic;
}
.back {
  background: #BBBBBB;
  padding: 10px;
}
.author {
  border: thin groove #BBBBBB;
  text-align: left;
  padding: 10px;
}
