/* in company_....html "#contents" */


#txtbox  {
	margin:17px 0 0 15px;
	width: 265px;
	height:100%;
	float:left;
	display:inline;

}
#txtbox p{
	width: 100%;
	padding-bottom:15px;
	font-size: 12px;
	text-align:left;
	clear:both;
}
#txtbox b{
	font-size: 12px;
	font-weight: bold;
}

#txtbox ul li{
	width: 100%;
	list-style: none;
	font-size: 12px;
	text-align:left;
	clear:both;
}

#imgbox{
	width: 470px;
	height:100%;
	margin:13px 10px 0 0;
	text-align:right;
	float:right;
	display:inline;
}

#imgbox dl{
	width:100%;
}
#imgbox dt{
	width:100%;
}
#imgbox dd{
	float:left;
}

/* only for company_projects.html */
#projectbox  {
	margin:10px 10px 0 0;
	width: 760px;
	float:left;
	height:100%;
}
#projectbox ul li{
	margin:4px 0 4px 8px;
	width: 144px;
	height:192px;
	float:left;
	list-style:none;
}
