@charset "utf-8";
#wrapper #page {
	background-image: url(../images/bg_page_pink.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
#sidebar {
	background-image: url(../images/bg_sidebar_pink.jpg);
	height: 140px;
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar ul {
	list-style-type: none;
	padding: 0px;
	font-size: .9em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#sidebar li{
	margin-top: 0.3em;
	color: #666666;

}

#sidebar #location {
	background-image: url(../images/icons/about_us/location.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 24px;
	text-indent: 30px;
}
#sidebar #statistics {
	line-height: 24px;
	background-image: url(../images/icons/about_us/statistics.gif);
	text-indent: 30px;
	background-repeat: no-repeat;
}
#sidebar #virtual_tour {
	line-height: 24px;
	background-image: url(../images/icons/about_us/tour.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}
#sidebar #gallery {
	line-height: 24px;
	background-image: url(../images/icons/about_us/whos_who.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}
#sidebar #school_board {
	line-height: 24px;
	background-image: url(../images/icons/about_us/school_board.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}
#sidebar #pta {
	line-height: 24px;
	background-image: url(../images/icons/about_us/pta.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}
#sidebar #pupil_council {
	line-height: 24px;
	background-image: url(../images/icons/about_us/school_council.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}
#sidebar #documents {
	line-height: 24px;
	background-image: url(../images/icons/about_us/documents.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}
#sidebar #ethos {
	line-height: 24px;
	background-image: url(../images/icons/about_us/ethos.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}
#page_content .gallery_entry {
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 145px;
	width: 45%;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#page_content .gallery_entry p {
	margin: 0px;
	padding: 0px;
}
#page_content li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: .5em;
	padding-left: 0px;
}

br {
	clear: both;
}
