@import url("common.css");

#textContainer {
	position: absolute;
	top: 48px;
	padding: 0px 10px;
	padding-bottom: 5px;
	height: 342px;
	width: 668px;
	overflow: auto;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}

#titleBullet {
	width: 19px;
	height: 19px;
	top: 16px;
	left: 8px;
	overflow: hidden;
	position: absolute;
	background: url(../images/about/about_bullet.gif);
}

#title {
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 33px;
	background: url(../images/about/about_title.gif) left no-repeat;
	width: 576px;
	height: 17px;
	padding-bottom: 1px;
	border-bottom: 1px solid #999999;
}
#info>#title {
	height: 14px;
	top: 18px;
}