#content .aboutus .main {
	background: #fff url(../../img/ab/aboutus-bg-v1.gif) top center no-repeat;
	height: auto !important;
	height: 375px;
	min-height: 375px;
	margin-bottom: 20px;
}
	#content .aboutus .main .text {
		position:relative;
		width: 420px;
		margin: 0px auto;
		padding: 30px 0px;
		text-align: center;
	}
		#content .aboutus .main .text h2 {
			font-size: 23px;
			color: #74b64a;
			font-weight: 600;
			padding-bottom: 20px;
		}	
		
		#content .aboutus .main .text p {
			font-size: 19px;
			color: #4c4c4c;
			font-weight: 600;
			font-style: italic;
			padding-bottom: 20px;
		}
		
	#content .aboutus .middle {
		position: relative;
		height: auto !important;
		height: 660px;
		min-height: 660px;
	}
		#content .aboutus .middle .top {
			height: auto !important;
			height: 200px;
			min-height: 200px;
			padding: 55px 20px 25px 60px;
			position: relative;
			background: #fff url(../../img/ab/aboutus-middle-top-bg-v1.gif) top center repeat-x;
		}
		#content .aboutus .middle .bottom {
			height: auto !important;
			overflow: hidden;
			height: 310px;
			min-height: 310px;
			position: relative;
			padding-left: 60px;
		}
			#content .aboutus .middle .bottom .left {
				background: url(../../img/ab/aboutus-middle-chart-v1.png) top left no-repeat;
				float: left;
				display: inline;
				width: 375px;
				height: 300px;
			}
			#content .aboutus .middle .bottom .right {
				float: left;
				display: inline;
				width: 500px;
			}
		#content .aboutus .middle h2, #content .aboutus .bottom h2 {
			color: #74b64a;
			font-size: 20px;
			font-weight: 600;
			padding-bottom: 15px;
		}
		#content .aboutus .middle p, #content .aboutus .bottom p {
			font-size: 16px;
			color: #4c4c4c;
			padding-bottom: 15px;
		}
		
		#content .aboutus .bottom {
			padding: 2px 20px 20px 60px;
		}
		
		
		
		
		
		
		
		