#sidebarContainer {
	background: black;
	width: 240px;
	float: right;
	text-align: center;
	margin-top: 30px;
	height: auto;
}

#sidebarContainer h1 {
	background: black;
	font-size: 17px;
	text-align: center;
	padding: 7px 5px 0px 5px;
	margin-bottom: 0px;
	color: white;
}

#sidebarContainer h2 {
	background: black;
	font-size: 15px;
	text-align: center;
	padding: 5px;
	font-size: 10px;
	text-align: left;
	margin-top: 0px;
}

#navcontainer2 {
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
}

#navcontainer2 ul {
	list-style: none;
	margin-left: 15px;
	margin-right: 0px;
	width: 180px;
	padding: 0;
	background: black;
	text-align:left;
}

