/*
* CSS to specify data page layout
*
* Copyright Feb 2011, Inna Lobel
*/

.section {
	width:1000px;
	clear:both;
	padding-top:70px
}

.section-title {
	margin-bottom:25px;
}

.section-title p {
	font-size:14px;
	font-weight:bold;
}

.section-image {
	float:left; 
	margin-right:40px;
}

.section-image img {
	height:250px;
}

.section-text {
	float:left; 
	width:170px; 
	height:250px;
	margin-right:40px;
}

.section-text p {
	font-size:13px; 
	text-align:left;
	line-height:18px;
}

.section-text span {
	font-size: 13px;
}

.section-text a {
	font-size: 13px;
	margin-left: 1px;
	margin-right: 1px;
}