/*-----------------------
 Div layouts
-----------------------*/

#centre {
	height:800px;
	width:68%;
	margin-left:150px;
	margin-top:30px;
	
}

#centreText p {
	width:45%;
	float:right;
}

#centreText img {
	margin-left:10px;
	margin-bottom:0;
	padding:0;
}



/*-----------------------
 Div styles
-----------------------*/

#centre {
	border-top:1px solid #c8c8c8;
}

#centreText {

}
#centreText ul{

}

#centreText p{
	display:inline;
	list-style:none;
}
/*-----------------------
 Div classes
-----------------------*/


