#services {
	width: 635px;
	height: 23px;
	background-image : url(../images/services.gif);
	background-repeat : no-repeat;
}

.itemContainer{
/*	width: 635px;*/
	margin-top:20px;
	float:left;
}

.linka {
	color: white;
	font-weight: bold;
}

.linka:hover {
	color: #C7CD61;
}

.subTitle {
	color: #FBF2AD;
	font-weight: bold;
}

.more {
	background-image : url(../images/more.gif);
	background-repeat : no-repeat;
	background-color: transparent;
	float:right;
	width:49px;
	height:9px;
	margin-top:20px;
	margin-right:10px;
}


.line {
	background-image : url(../images/point.gif);
	background-repeat : repeat-x;
	background-color: transparent;
	float:left;
	width:635px;
	height:5px;
	margin-top:10px;
}

.greenText {
	color:#A1C683;
	float:left;
	margin-bottom:10px;
}

.leftImg {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

.serviceTitle{
	color:#C7CD61;
	font-weight:bold;
	font-size:11px;
/*	width:500px;*/
	float:left;
	margin-bottom:10px;
}

#contentContainerDiv{
	background-image : url(../images/leftServices.jpg);
}

.rightImg {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}