
/* WRAPPER BODY AREA */
#wrapper-body{
	display: flex;
	margin: 85px auto;
    height: auto; /* or any height you prefer */
	min-width: 1250px;
	max-width: 1250px;
}
#wrapper-body #left-container{
	width: 24%;
	height: 400px !important;
	position: sticky;
	top: 85px; 
	overflow: auto;
}
#wrapper-body #left-container ul{
	list-style: none;	
	min-width: 100%;
	height: auto;
	display: block;
	padding: 0;
}
#wrapper-body #left-container ul li{
	width: 94%;
	float:left;
	display: inline;	
	margin: 15px 0px 0px 0px;		
	font-family: font;
	font-size: 16px;
	letter-spacing: 0px;
	color:#737373;		
}

#wrapper-body #left-container ul li.header{	
	margin: 15px 0px 10px 0px;		
	font-family: font4;
	font-size: 22px;
	letter-spacing: 0px;
	color:#000;		
}

#wrapper-body #left-container ul li:hover{
	color: #333;
}
/* */
#wrapper-body #right-container{
	width: 70%;
	height: auto;
	padding: 0px 160px 0px 60px;
	font-family: font1;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 27px;
	color:#000;	
}
#wrapper-body #right-container p.title{
	margin: 0;
	font-family: font4;
	font-size: 52px;
	letter-spacing: 0px;
	color:#000;
	padding-top: 15px;
	padding-bottom: 15px;
}