/*Content Area*/	
	.left, .right{
		border-top:none;
		padding-top:0px;
	}
	.left .box, .right .box{
		border-top:2px solid #ECDCC9;
		background:none;
		padding:10px 0px 0px 0px;
		margin:0px 0px 20px 0px;
	}
	.left .box img, .right .box img { margin:10px 0px 10px 0px; }
	/*Left Side*/
		.left, #footer_line .left {
			float:left;
			width:245px;
		}
		/*Standard Box*/
			.left .box h2, .left .box h1 { font-size:19px; }
			.left .box h2 span, .left .box h1 span { color:#6B5042; }
	
	/*Right Side*/
		.right, #footer_line .right {
			float:right;
			width:600px;
		}
		#content .right .box h2, #content .right .box h1 {
			font-size:20px;
			text-align:left;
		}
		/*Standard Right Box*/
			.right > div:first-child{
				font-size:14px;
				line-height:16px;
			}
			.right .box h2 span, .right .box h1 span { color:#AA1224; }
/*First Class Treatment*/
	#first_class_box {
		background:url(/images/homepage/family-programme.jpg) 0px 0px no-repeat;
		border:0px;
		width:270px;
		height:295px;
		overflow:hidden;
		color:#333333;
		font-size:12px;
		text-align:left;
		position:relative;
		float:left;
		margin-right:20px;
	}
	#first_class_box  h2{
		color:#FFFFFF;
		padding:5px 10px 10px 10px;
	}
	#first_class_box  h2 span{
		color:#AA1224;
	}
	#first_class_box div{
		margin-top:130px;
		padding:10px;
	}
	#first_class_box div a{
		display:block;
		text-align:right;
		text-decoration:none;
	}
/*Aftercare Box*/
	#aftercare_box {
		background:url(/images/homepage/aftercare.jpg) 0px 0px no-repeat;
		border:0px;
		width:310px;
		height:295px;
		overflow:hidden;
		color:#333333;
		font-size:12px;
		text-align:left;
		position:relative;
	}
	#aftercare_box  h2{
		color:#FFFFFF;
		padding:5px 10px 10px 10px;
	}
	#aftercare_box  h2 span{
		color:#AA1224;
	}
	#aftercare_box .slogan{
		position:absolute;
		width:170px;
		font-size:16px;
		text-align:right;
		top:-80px;
		right:20px;
		color:#FFFFFF;
	}
	#aftercare_box div{
		margin-top:125px;
		padding:10px;
	}
	#aftercare_box div a{
		display:block;
		text-align:right;
		text-decoration:none;
	}
/*Latest News / Philosophy */
	#homeBox {
		padding-bottom:10px;
		background:none;
		background-color:#F7F4EF;
	}
	#homeBox div {
		background : none;
		margin-bottom:0px;	
		padding-bottom:0px;
	}
	#homeBox .left_collumn, #homeBox .right_collumn {			
		width:250px;
		float:left;
	}
	
	/*Left Box*/
		#homeBox .left_collumn{	
			padding-right:25px;
			background:url(/images/template/effects/box_wiggly_ltr.png) 160px 10px no-repeat;
			border-right:2px dotted #BCA087;		
		}
		#homeBox .left_collumn div{
			margin-bottom:0px;					
		}
	/*Right Box*/
		#homeBox .right_collumn{	
			padding-left:25px;	
			background:url(/images/template/effects/box_wiggly_rtl.png) 20px 10px no-repeat;		
		}
		#homeBox .right_collumn h2 {	
			text-align:right;
		}
		
		/*News Items*/
			#homeBox .right_collumn div {	
				padding:10px;
				background:url(/images/template/effects/box3_div_bg.png);
				margin-top:20px;
			}
			#homeBox .right_collumn h3 {	
				margin:5px 0px 10px 0px;
				padding:0px;
				font-size:14px;
				text-align:right;
				color:#6B5042;
			}
		
		
		