/* ===========================================================
	This CSS applies to partners.php only
=========================================================== */
#partnersheading
	{
	width : 870px;
	font-size : 24px;
	color : #1683bb;
	}

.partnerdetails
	{
	height : 80px;
	float : left;
	width : 705px;
	padding : 15px;
	margin-top : 10px;
	background-color : #e4e4e4;
	}

.partnerspicture
	{
	height : 100px;
	float : left;
	width : 155px;
	background-color : #d0e6f1;
	padding : 5px;
	margin-top : 10px;
	text-align : center;
	}

.partnersname
	{
	font-size : 18px;
	}

hr	{
	color : #1683bb;
	background : #1683bb;
	border : 0;
	height : 1px;
	width : 900px;
	float : left;
	}