#LeftSidebar {
	position: fixed;
	width: 50px;
	left: 0px;
	top: 50px;
}
#ContentWrapper {
	position: relative;
}
#MainContent {
	margin-left: 60px;
}
#banner {
	background-color: #FFFF00;
}
#banner h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}
ul.nav {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	text-align: center;
	font-weight: bold;


}
ul.nav a {
	display: block;
	width: 49px;

}
ul.nav li {
}
li.CurPage {
	font-weight: normal;
	background-color: #FFFF00;
}

