
#contact_banner{
	
	position: relative;
	
	width: 100%;
	height: 310px;
	
}


#contact_content{
	position: relative;
   
	width: 100%;
	height: 1300px;
	
	background-color: #ffffff;
	
	
}

#contact_intro{
	position: absolute;
	top: 50px;
	left:15.36%;
	width: 69.67%;
	
	
	
}


.text_style1{
	
	font-family: "BreezeSans_thin";
	font-size: 48px;
	color: #595757;
	
}

.text_style2{
	
	font-family: "BreezeSans_nor";
	font-size: 18px;
	color: #5a5a5a;
	line-height: 30px;
	
}


.text_style3{
	
	font-family: "BreezeSans_nor";
	font-size: 20px;
	color: #000000;
	
}



