@CHARSET "ISO-8859-1";

a#faq{
	font-size: 11px;
	font-family: arial;
	color: #663300;
}

#faq_container{
	
	position: relative;
	
	width: 608px;
	height: 1146px;
	line-height: 40px;
	overflow: hidden;
	
	color: #663300;
	font-size: 11px;
	font-family: arial;
	
	
	left: 50%;
	margin-left:-297px;
	padding-left:-297px;

	margin-top: -7px;
	
	
	padding-bottom: 0px;
	margin-bottom: -13px;
	*margin-bottom: -5px;

}


#faq_container #left_top{
	position: absolute;
	
	width: 			380px;
	height: 		137px;
	line-height: 	14px;
	
	color: 			#663300;
	font-size: 		11px;
	font-family: 	arial;
	
	left: 0px;
	top: 0px;

	margin-top: 15px;
	padding-top: 15px;

	padding-bottom: 0px;
	margin-bottom: 0px;
	
	background-image: url(../image/faq/faq_03.gif);
	background-repeat: no-repeat;
	/*border: 1px solid black;*/
	overflow: 		visible;
	z-index: 		10;
}

#faq_container #left_top p{

	margin-top: 0px;
	padding-top: 18px;
	padding-left: 30px;
	line-height: 16px;
}

#faq_container #left_top p img{
		margin-bottom: 12px;
	}


#faq_container #left_top a{
	font-weight: bold;
	color: #663300;
}

#faq_container #left_top a:HOVER{
	font-weight: bold;
	color: #663300;
	text-decoration: underline;
}


#faq_container #right_top{
	position: 		absolute;
	
	width: 			231px;
	height: 		237px;
	line-height: 	40px;
	overflow: 		hidden;
	
	color: 			#663300;
	font-size: 		11px;
	font-family: 		arial;
	
	left: 360px;
	top: 0px;

	margin-top: 15px;
	padding-top: 15px;

	padding-bottom: 0px;
	margin-bottom: 0px;
	
	background-image: url(../image/faq/faq_04.png);
	background-repeat: no-repeat;

}

div#faq_container div#left_mid{
	position: 		absolute;
	
	width: 			573px;
	height: 		auto;

	overflow: 		hidden;
	
	color: 			#663300;
	font-size: 		11px;
	font-family: 	arial;
	line-height:  16px;
	
	left: 0px;
	top: 137px;

	margin-top: 30px;
	margin-left: 12px;
	padding-bottom: 0px;
	
	background-image: url(../image/faq/mid.png);
	background-position:bottom left;
	background-repeat: repeat-y;
	z-index: 10;
}

div#faq_container div#left_mid div#left_mid_bottom{
    
    background-image: url(../image/faq/bottom_left.png);
    background-position:bottom left;
    background-repeat: no-repeat;
    
    height: 271px;
    margin: 0px;
    line-height: 17px;
    font-size: 11px;
}



div#faq_container div#left_mid div#left_mid_top{
    
    background-image: url(../image/faq/top_left.png);
    background-position:top left;
    background-repeat: no-repeat;
    
    height: 80px;
    margin: 0px;
    line-height: 17px;
    font-size: 11px;
}



#faq_container #left_mid p{

	margin-top: 0px;
	padding-top: 25px;
	padding-left: 30px;
	
	line-height: 16px;
}

#faq_container #left_mid p a{
	color: #663300;
	font-weight: bold;
	
	
}

#faq_container #left_mid p a:hover{
	color: #663300;
	font-weight: bold;
	text-decoration: underline;
}


