@charset "utf-8";
#wrapper #page {
	background-image: url(../images/bg_page_yellow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#sidebar {
	background-image: url(../images/bg_sidebar_yellow.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 #term_dates {
	line-height: 24px;
	background-image: url(../images/icons/calendar/term_dates.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}
#sidebar #timetable {
	line-height: 24px;
	background-image: url(../images/icons/calendar/timetable3.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}
#sidebar #dinner_menu {
	line-height: 24px;
	background-image: url(../images/icons/calendar/menu.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}
#sidebar #whats_on {
	line-height: 24px;
	background-image: url(../images/icons/calendar/whats_on.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}
