#inner_content {
	position: relative;
	padding: 0;
	height: 400px;
	width: 100%;
	overflow: auto;
	font: normal 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: black;
	text-align: left;
	background: #fff;
}

#inner_content .user1 {
	font: normal 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
	width: 160px;
}

#top_bar {
	text-align: left;
	position: relative;
	background: #528DAE;
	height: 4px;
	color: white;
	overflow: hidden;
}

#top_bar .title {
	position: absolute;
	left: 250px;
	top: 0px;
	border-left: 1px solid white;
	height: 28px;
}

.content_section {
	position: relative;
	padding: 20px 30px;
}

