/* ask_a_priestess.html */

/** css tooltip on chapter headings **/

#aap #left_sidebar h4 a {
  color: #004444;
  position: relative;
 }

#aap #left_sidebar h4 a span {
  display: none;
 }


#aap #left_sidebar h4 a:hover {
  color: #51b6ff;
 }

#aap #left_sidebar h4 a:hover span {
  position: absolute;
  display: block;
  background: url(../pix2/backgrounds/parchment-notepaper.png) repeat ;
  border: none/*1px solid #004444*/;
	padding: 4px;
	font-size: 13px;
	font-style: bold;
	color: #004444;
	text-align: left;
	top: -2px;
  }

/** diff. in ie.css **/
#near-death {
  width: 490px; 
  left: 165px;
 }

