#content {
	padding:0;
	}

#top {
	overflow:hidden;
	border-bottom:1em solid #383C27;
	background:url(../images/home_standfirst_bg.jpg) top left repeat-x #98a522;
	}

#standfirst {
	float:left;
	width:25em;
	padding:0 1em;
	}

#standfirst h1 {
	margin-top:0.5em;
	font-size:2.2em;
	line-height:1.2em;
	text-align:center;
	color:#e0f0e0;
	font-weight:normal;
	}

#flashcontent,
#print_image {
	float:right;
	width:54em;
	height:27em;
	}
	
#bodytext {
	overflow:hidden;
	padding:1em;
	}

#bodytext h2 {
	font-size:3em;
	}

#bodytext p {
	margin-top:0.5em;
	font-size:1.5em;
	}

ul.bucket {
	list-style:none;
	width:100%;
	margin:0;
	overflow:hidden;
	font-size:1em;
	}

ul.bucket li {
	float:left;
	width:25em;
	padding:1em;
	}

ul.bucket h2 a {
	display:block;
	width:100%;
	}

ul.bucket li#bucket_activities {
	background:url(../images/home_activities_bg.jpg) top right repeat-y #98a521;
	}

ul.bucket li#bucket_environment {
	background:url(../images/home_environment_bg.jpg) top right repeat-y #a8b531;
	}

ul.bucket li#bucket_accommodation {
	background:url(../images/home_accommodation_bg.jpg) top right repeat-y #b8c541;
	}

ul.bucket a:link, ul.bucket a:visited {
	color:#424A3D;
	text-decoration:none;
	font-weight:normal;
	}

ul.bucket a:hover, ul.bucket a:active {
	color:#e0f0e0;
	text-decoration:underline;
	}

ul.bucket h2 {
	margin:0 0 0.2em 0;
	color:#383C27;
	text-align:center;
	text-transform:uppercase;
	}

ul.bucket img {
	width:23.5em;
	}

ul.bucket ul {
	list-style:none;
	margin:0;
	}

ul.bucket ul li {
	float:none;
	width:auto;
	margin:0 0 0 0.2em;
	padding:0;
	font-size:1.6em;
	line-height:1.1em;
	color:#424A3D;
	}

#buttons ul {
	list-style:none;
	overflow:hidden;
	margin:0;
	background-color:#788501;
	font-size:1em;
	}

#buttons ul li {
	float:left;
	width:25em;
	padding:1em;
	}

#buttons ul li a:link, #buttons ul li a:visited {
	display:block;
	width:100%;
	height:3em;
	background:50% 50% no-repeat #a8b531;
	text-indent:-9999px;
	}

#buttons ul li { /* for rollover image preload */
	background:50% 50% no-repeat;
	}

#buttons ul li a:active {
	background-position:51% 51%;
	}

#buttons ul li#button_students a:link, #buttons ul li#button_students a:visited {
	background-image:url(../images/home_btn_students.jpg);
	}

#buttons ul li#button_students a:hover, #buttons ul li#button_students {
	background-image:url(../images/home_btn_students_hover.jpg);
	}

#buttons ul li#button_parents a:link, #buttons ul li#button_parents a:visited {
	background-image:url(../images/home_btn_parents.jpg);
	}

#buttons ul li#button_parents a:hover, #buttons ul li#button_parents {
	background-image:url(../images/home_btn_parents_hover.jpg);
	}

#buttons ul li#button_teachers a:link, #buttons ul li#button_teachers a:visited {
	background-image:url(../images/home_btn_teachers.jpg);
	}

#buttons ul li#button_teachers a:hover, #buttons ul li#button_teachers {
	background-image:url(../images/home_btn_teachers_hover.jpg);
	}

