@charset "utf-8";
/* CSS Document */

#body_container {
	position: relative;
	background: url(../images/white.png) repeat-y;
	top: 149px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 1840px;
}

#faq_header { 
	position: absolute;
	background: url(../images/faq_header.png);
	top: 10px;
	margin-left: 80px;
	width: 418px;
	height: 40px;
}

#text1 {
	position: absolute;
	top: 60px;
	color: #a95726;
	font-weight: bold;
	margin-left: 85px;
	width: 629px;
}

#text2 {
	position: absolute;
	top: 60px;
	margin-left: 85px;
	width: 629px;
	left: 0px;
}


