/* common styling */
/* set up the overall width of the menu div and the margins with a relative position*/

#faq {
color: rgb(111,5,9);
font-family: verdana, arial, sans-serif; 
width:740px;
height:850px;
margin:10px auto; 
position:relative;
}

/*  background to body footprint*/
#background {
background-color:#888;
position:absolute;
width:700px;
height:835px;
top:0px;
left:12px;
border:5px solid #910;
padding:0px;
filter:alpha(opacity=25);
  opacity:0.25;
  -moz-opacity:0.25;
  /*z-index:-1;*/
}
#faq dl {
float: left;
font-size:0.9em;
margin: 10px 0px 10px 30px;
width:670px;
}

#faq  dl dt {font-size:1.2em; margin-bottom:.3em; font-weight:bold;}
#faq  dl dd {font-size:1em; padding:0; margin:0; line-height:1.4em; margin-bottom:0px}
