@charset "utf-8";
/* CSS Document */

#techCont {
	font-size:14px;
	margin:20px;
}

#techCont p {
	margin:15px 0;	
}

.techContRow {
	margin:10px 0 20px 0;
	border-bottom:thin solid #333;
	padding:0 0 10px 0;
}	

.techContLeft {
	float:left;
	width:180px;
}

.techContImg {
	margin:5px auto;
	width:140px;
	padding:10px 0;
}

.techContRight {
	width:350px;	
	float:left;
}

.techRightHead {
	font-weight:bold;
	font-size:16px;
	margin:0 0 -10px;
}

.techLinksCont {
	margin:20px 0 0 ;
}

.techLinksLeft {
	float:left;
}

.techLinksRight {
	float:left;	
	margin:0 0 0 5px
}
