#sidebarContainer {
	background: #303030;
	width: 250px;
	float: right;
	text-align: left;
	margin-top: 0px;
	height: auto;
}

#sidebarContainer h1 {
	background: url(../../images/h1top.png) no-repeat top left;
	font-size: 17px;
	text-align: center;
	padding: 7px 5px 0px 5px;
	margin-bottom: 0px;
	color: white;
}

#sidebarContainer h2 {
	background: url(../../images/h2bot.png) no-repeat bottom left;
	font-size: 15px;
	text-align: center;
	padding: 5px;
	font-size: 10px;
	text-align: left;
	margin-top: 0px;
}

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

#navcontainer2 ul {
	list-style: none;
	margin-left: 15px;
	margin-right: 0px;
	width: 180px;
	padding: 0;
	background: url(../../images/h3bot.png) bottom left;
	text-align:left;
}


