@charset "utf-8";
#wrapper #page {
	background-image: url(../images/bg_page_orange.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
#sidebar {
	background-image: url(../images/bg_sidebar_orange.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 #homework {
	line-height: 24px;
	background-image: url(../images/icons/links/homework.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}

#sidebar #young_engineer {
	line-height: 24px;
	background-image: url(../images/icons/links/young_engineer.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}

#sidebar #curriculum {
	line-height: 24px;
	background-image: url(../images/icons/links/excellence.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}

#sidebar #revision {
	line-height: 24px;
	background-image: url(../images/icons/links/revision.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}
#sidebar #ambition {
	line-height: 24px;
	background-image: url(../images/icons/links/ambition.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}
