@charset "utf-8";
#wrapper #page {
	background-color: #FDDEFE;
	background-image: url(../images/bg_page_purple.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#sidebar {
	background-image: url(../images/bg_sidebar_purple.jpg);
	height: 127px;
	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 #teaching {
	line-height: 24px;
	background-image: url(../images/icons/opportunities/teacher.gif);
	text-indent: 30px;
	background-repeat: no-repeat;
}
#sidebar #after_school {
	line-height: 24px;
	text-indent: 30px;
	background-image: url(../images/icons/opportunities/after_school.gif);
	background-repeat: no-repeat;
}
#sidebar #trips {
	line-height: 24px;
	text-indent: 30px;
	background-image: url(../images/icons/opportunities/trips.gif);
	background-repeat: no-repeat;
}
#sidebar #summer_school {
	line-height: 24px;
	background-image: url(../images/icons/opportunities/summer_school.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}
