#aboutbox{
	width:90%;
	margin:0 auto;
	display:block;
}

.aheader:after{
	content:"";
	clear:both;
	display:block;
}

#aboutbox .aheader{
	border-bottom:1px solid #555;
	width:100%;
	float:left;
}

#aboutbox .aheader .aboutpic{
	width:10.416666666666666666666666666667%; /* 100 /960 */
	float:left;
}

#aboutbox .aheader .aboutpic img{
	padding-bottom:2px;
}

#aboutbox .aheader .abtname{
	width:89.583333333333333333333333333333%;
	height:inherit;
	float:left;
	display:block;
	text-align:center;
}

#aboutbox .aheader .abtname span{
	font-family:Verdana, sans-serif;
	font-size:1.5rem;
	display:block;
	line-height:3.5em;
}

#aboutbox .aboutbody{
	width:100%;
	text-align:justify;
	float:left;
	margin-bottom:1em;
	font-family:Verdana, sans-serif;
	font-size:.9rem;
	line-height:1.3em;
}

@media screen and (max-width:800px){
	#aboutbox .aheader .aboutpic{
		width:12.5%; /* 100 /800 */
	}

	#aboutbox .aheader .abtname{
		width:87.5%;
	}

}

@media screen and (max-width:640px){
	#aboutbox .aheader .aboutpic{
		width:15.625%; /* 100 /640 */
	}

	#aboutbox .aheader .abtname{
		width:84.344%;
	}

}

@media screen and (max-width:480px){
	#aboutbox .aheader .aboutpic{
		width:100%; /* 100 /640 */
		text-align:center;
	}

	#aboutbox .aheader .abtname{
		width:100%;
	}

	#aboutbox .aheader .abtname span{
		line-height:1.5em;
	}

}