#sitesContainer{
	width: 800px;
	margin: 0 0 0 80px;
}

#sitesContainer h1{
	margin: 10px 0;
}

#sitesContainer h2{ font-size: 18px; }


#pSites {
	width:65%;
	float: left;
	margin: 40px 0 100px 15px;
}

#pServices {
	width:200px;
	float: right;
}

#pSites .item {
	width: 120px;
	height: 120px;
	float: left;
	}

#pSites .item h4 {
	display: none;
}


#pServices {
	background-color: #ccc;
	margin: 40px 0 0 0;
	}

#pServices ul{ margin: 30px 0 70px 20px;	 }

#pServices ul li {
	list-style-type: none;
}

#pServices ul li a{ text-decoration: none; color: #000000; font-size:11px; }

#pServices .hook h3{ margin: 10px; }













