	/* TYPOGRAPHY maintypography.css > Home Page Cascade Style Sheet *************************************/
	/* ***************************************************************************************************/

	/* Content Structure > Pods > Pod Elements */
	#quicklinks h2
	{
		margin:0px 0px 0px 0px;
		padding:3px 3px 3px 5px;
		color:#333333;
		background-image:url('../../graphics/template/gry_header.jpg'); 
		background-repeat:repeat;
		background-color:inherit;
	}
	
	#boxone h2, #boxtwo h2, #boxthree h2, #boxfour h2
	{
	color:#ffffff;
	background-image:url(../../graphics/bg_large_box.jpg);
	padding:3px;
	background-color:inherit;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	

	.boxclient h2
	{
		margin:0px 0px 0px 0px;
		color:#ffffff;
		background-image:url('../../graphics/template/blk_header.jpg');
		padding:3px 3px 3px 3px;
		background-color:inherit;
	}
	
	#boxone p, #boxtwo p, #boxthree p, #boxfour p, #signup p, .generic p, .boxclient p
	{
		margin:2px 2px 2px 2px;
		padding:0px;
		font-size:9px;
		color:#333333;
		background-color:inherit;
	}
	
	#news h2, #signup h2, .generic_a h2
	{
		background:#6e1416;
		background-image:url('../../graphics/template/red_header.jpg');
		background-position:top right;
		background-repeat:no-repeat;
		margin:0px;
		padding:3px 3px 3px 3px;
		color:#ffffff;
		text-align:left;

	}
	
	div.article p
	{
		margin: 0px 2px 2px 2px;
	}
	
	#postcodesearch
	{
		padding:2px;
		margin:0px;
	}
	
