/* CSS Document */
div.question{
	background:url(../images/q_a/chick.jpg) no-repeat left top;
	padding: 10px 0px 40px 100px;
}
div.question div.q-body{
	background:url(../images/q_a/q_body.gif) repeat-y;
	width:507px;
}
div.question div.q-head{background:url(../images/q_a/q_head.gif) no-repeat;}
div.question div.q-foot{
	background:url(../images/q_a/q_foot.gif) no-repeat left bottom;
	padding:5px;
}

div.answer{
	background:url(../images/q_a/cock.jpg) no-repeat right top;
	padding:20px 160px 0px 1px;
}
div.answer div.a-body{
	background:url(../images/q_a/a_body.gif) repeat-y;
	width:459px;
}
div.answer div.a-head{background:url(../images/q_a/a_head.gif) no-repeat;}
div.answer div.a-foot{
	background:url(../images/q_a/a_foot.gif) no-repeat left bottom;
	padding:10px;
}
div.answer p{color:white;}
