/**************************************************************************
 * CSS for services page
 **************************************************************************/

#services
{
	width: 90%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

#services .content
{
	float: right;
	width: 200px;
	height: 120px;	
	margin-bottom: 20px;
}

#services img
{
	border: 3px solid #ffffff;
}

.servicesMenu li
{
	margin-bottom: 10px;
}