DIV {
	border: solid 1px black;
}

#content {
	position: relative;
	top: 222px;
	width: 1000px;
	height: 440px;
	border: none;
}
#faq {
	position: relative;
	top: 6px;
	width: 1000px;
	height: 400px;
	border: solid 1px black;
	border-width: 1px 0 1px 0;
	overflow: auto;
}
#faq_nav {
	position: absolute;
	top: 52px;
	width: 1000px;
	height: 20px;
	border: solid 1px black;
	border-width: 1px 0 1px 0;
	padding: 2px 0 2px 0;
	text-align: center;
	margin: 2px 0 4px 0;
	background-color: rgb(250,250,180);
}

.faq_category {
	text-align: left;
	padding: 4px 0px 4px 28px;
	font-weight: bold;
	font-size: 24px;
	border: solid 1px black;
	border-width: 0 0 1px 0;
	background-color: rgb(250,250,180);
}
.faq_category_hd {
	text-align: center;
	background-color: rgb(255,255,200);
	border: none;
	margin-bottom: 3px;
}
.faq_item {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	padding: 4px 20px 6px 20px;
	border: none;
}
.faq_navbut {
	position: relative;
	display: inline;
	width: 100px;
	height: 18px;
	background-color: rgb(250,250,180);
	font-weight: normal;
	font-size: 11px;
	border-radius: 2px;
	cursor: pointer;
}
.faq_navbut:hover {
	background-color: rgb(180,180,250);
}
.faq_q {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

/*### COMPANY BLOCK ON THE BOTTON ###
  ### DIFFERENT top FOR EACH PAGE ###
  ### SAME WITH copyright top ### */
#company {
	position: relative;
//	top: 1476px;
	margin-top: 270px;
	width: 1000px;
	height: 240px;
	background-color: rgb(200,200,200);
	border: none;
	border-radius: 0 0 6px 6px;
}
#copyright {
	position: relative;
//	top: 1728px;
//	top: 20px;
	margin-top: 20px;
	width: 600px;
	height: 24px;
	left: 50%;
	margin-left: -300px;
	text-align: center;
	border: none;
}
/*### END company BLOCK ###*/

