#faq {
	height: 100%;
	width: 580px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #D7C1A5;
	display: block;
	padding: 15px;
}
#faq #q {
	font-size: 14px;
	font-weight: bold;
	color: #600;
	background-image: url(../faq/img/q.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	text-align: left;
	height: 32px;
	width: 545px;
	padding-top: 5px;
	padding-left: 35px;
	display: block;
	letter-spacing: 0.1em;
}
#faq #a {
	font-size: 14px;
	line-height: 2em;
	color: #066;
	background-color: #FFF;
	background-image: url(../faq/img/a.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-align: left;
	height: 100%;
	width: 495px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 65px;
	margin-top: 10px;
}
#qlist {
	text-align: left;
	height: 30px;
	width: 610px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D7C1A5;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
}

#qlist a {
	font-size: 14px;
	color: #9C3;
	padding-left: 5px;
	text-align: left;
}
#qlist a:hover {
	color: #690;
}
