/* Home specific css styles */

body {
  background-image:url(../images/bg_faq.jpg);
  background-position:center top;
  background-repeat:repeat-x;
  background-color:#924308; 
}

div#content {
	background-image:url(../images/menu_bottom_faq.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

ul.questions {

}

ul.questions li {
	list-style-image:url(../images/arrow_down.gif);
}

ul.answers {

}

ul.answers li {
	/* list-style-image:url(../images/arrow_up.gif); */
	margin-bottom:10px;
}


em a, em a:link, em a:visited {
	color: #fff;
}
