/* CSS Document */

#services
{
	background-image:url("../img/services.png");
	background-position: 600px 70px;
	background-repeat: no-repeat;

	height: 620px;
	padding-top: 25px;

}

.title
{
	background-image:url("../img/title.png");
	background-position: left top;
	background-repeat: no-repeat;

	width: 307px;
	height: 76px;
	
/*	margin-top: 25px;*/
	margin-left: 12px;
	
	
}

.title .text
{
	padding-top: 28px;
	padding-left: 76px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;


}

.text_area
{
	width: 580px;
	height:309px;
	
	margin-top: 30px;
	margin-left: 12px;
	
}

.text_area h1
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.text_area p
{
	font-size: 11px;

}