h2{
	background: transparent url("../images/about_hd.jpg") 0 26px no-repeat;
	display: block;
	overflow: hidden;
	padding-top: 42px;
	margin-bottom: 23px;
	width: 249px;
	height: 42px;
}
#contentBlock > h2{
	height: 0;
}
h3{
	background: transparent url("../images/about_hd_02.jpg") 0 26px no-repeat;
	display: block;
	overflow: hidden;
	padding-top: 42px;
	margin-bottom: 15px;
	width: 249px;
	height: 42px;
}
#mainBlock > h3{
	height: 0;
}
#mainBlock p{
	border-bottom: 1px solid #2A2A2A;
	padding-bottom: 4px; 
}
strong{
	font-size: 12px;
	font-weight: normal;
	color: #9AAEC2;
}

/*************************************************************/

table{
	clear: both;
	margin-bottom: 20px;
	border-collapse: collapse;
	border: none;
	width: 100%;
}
table tr td, table tr th{
	border-bottom: 1px solid #2A2A2A;
	padding: 0;
}
table tr th{
	color: #666;
	font-weight: normal;
	text-align: left;
	padding: 4px 15px 4px 0;
	width: 80px;
	white-space: nowrap; 
}
table tr td{
	padding: 4px 15px 4px 0;
}
