#header {
	height: 110px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/faq_header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}
#bodyArea {
	background-color: #FFFFFF;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Jenkins v2.0";
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 0px;
}
#footer {
	height: 150px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
