#homeheader {
	margin-bottom:14px;
}

/*IMAGE PANEL*/

#image_panels {
	width:216px;
	height:auto;
	margin-top:20px;
	float:left;
}

#image_panels ul {
	list-style:none;
}

#image_panels span {
	display:none;
}

#home_londonstay a {
	width:202px;
	height:142px;
	float:left;
	margin-bottom:7px;
	background:url(../images/home_london.jpg) no-repeat;
	background-position:left;
}
#home_londonstay a:hover {
	background-position:right;
}

#home_lessons a {
	width:202px;
	height:142px;
	float:left;
	margin-bottom:7px;
	background:transparent url(../images/home_lessons.gif) no-repeat;
	background-position:top;
}
#home_lessons a:hover {
	background-position:bottom;
}

#home_programme a {
	width:202px;
	height:142px;
	float:left;
	margin-bottom:7px;
	background:url(../images/home_programme.jpg) no-repeat;
	background-position:left;
}
#home_programme a:hover {
	background-position:right;
}

#home_englishplus a {
	width:202px;
	height:142px;
	float:left;
	background:url(../images/home_english.jpg) no-repeat;
	background-position:left;
}
#home_englishplus a:hover {
	background-position:right;
}

/*HOME PAGE HEADER*/


#homeheader h2 {
	color:#9F0F26;
	font-size: 3em;
	margin-bottom:-2px;
}

#homeheader h3 {
	font-size:2.5em;
	color:#869751;
	padding-bottom:8px;
}

#homeheader p {
	font-size:2.0em;
	color:#869751;
}


