DIV.aboutUs {
	width: 600px;
	margin: 10px auto;
	color: #666666;
}

DIV.aboutUs DIV.question {
	font-weight: bold;
	margin-top: 20px;
}

DIV.aboutUs P {
	margin-top: 20px;
}

DIV.aboutUs P.answer {
	margin-top: 5px;
	margin-left: 10px;
}

DIV.aboutUs UL {
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 20px;
}