.tech_left {
	float: left;
	width: 170px;
	border: 1px solid #999999;
}
.tech_right {
	float: right;
	width: 360px;
	line-height: 1.3em;
	padding-bottom: 10px;
}
#tech_photo {
	padding-top: 15px;
}
#tech_photo .photobox {
	float: left;
	width: 110px;
	line-height: 1.3em;
	margin-right: 10px;
}
.tech_cell {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.tech_cell .image {
	float: left;
	width: 100px;
	padding-bottom: 5px;
}
.tech_cell .text {
	float: right;
	width: 430px;
	line-height: 1.3em;
	padding-bottom: 5px;
}
.tech_cell .text .title {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}

