.top_page_bacground {
background-image: url('/es_US/images/history/background_top.jpg');
background-repeat: no-repeat;
background-position: center top;
height: 530px;
}
.top_page_bg_repeat {
	background-image: url('/es_US/images/history/bg_repeat_top.jpg');
	background-repeat: repeat-x;
	background-position: center top;	
}
.middle_page_bacground {
background-image: url('/es_US/images/history/vert_repeat.jpg');
background-repeat: repeat-y;
background-position: center top;
}
.middle_page_repeat {
background-image: url('/es_US/images/history/bg_repeat_mid.jpg');
}
.bottom_page_bacground {
background-image: url('/es_US/images/history/background_bottom.jpg');
background-repeat: no-repeat;
background-position: center top;
}
.bottom_page_bg_repeat {
	background-image: url('/es_US/images/history/bg_repeat_btm.jpg');
	background-repeat: repeat-x;
	background-position: center top;	
}
#history_content{
	position: relative;
	width: 750px;
	height:auto;
	border: 0px coral solid;
	left:140px;
	top:40px;	
}
#faq_title1{
	width: 400px;	
	position: relative;
	top:-3px;
	font-size: 20px;
	left:100px;
	letter-spacing: 0px;
}
#faq_title2{
	width: 430px;	
	position: relative;
	font-size: 24px;
	left:100px;
	letter-spacing: 0px;
}
#faq_title3{
	width: 470px;	
	position: relative;
	font-size: 12px;
	left:100px;
	top:10px;
	letter-spacing: 0px;
}
.faq_content_txt{
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #3673b0;
	padding-left:100px;
}

#history_content a {
	color: #3673b0;
}

