#content {
	float: right;
	width: 80%;
	padding: 30px;
	color: #000000;
}
#nav_bar {
	float: left;
	width: 118px;
	height: 90%;
}
#content_wrapper {
	float: left;
	width: 100%;
	background-color: #DBD5D5;
}
.text {
	text-align: center;
	font-weight: bold;
}
#scroller {
	border: 1px solid #FFFFFF;
	margin-left: 7px;
	text-align: center;
}
