/* navigation frame container mods */
.nav_frame {
	top: 12px;
	left: 0;
	width: 515px;
	height: 353px;
}
/* content frame container iframe mods */
.about_frame {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 116px;
	width: 656px;
	height: 365px;
	z-index: 1;
	/* background-color: #FFFFFF; */
}

/* main title navigation headers */
.about_title {
	width: 96px;	
}
#praise_link {
	width: 230px;	
}
/* about <a> links */
.about_link {
	text-decoration: none;
	color: #898987;
	margin-right: 4px;
}
.about_link:Hover {
	color: #F8AF00;
}
/* Navigation Frame
.about_data {
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 90px;
	width: 400px;
	border-left: 1px solid #F8AF00;
	padding-top: 0px;
} */
.nav_frame p {
	color: #898987;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	line-height: 150%;
}

