#content {
	background-color: #BED3E7;
	background-image: url(bodybg.png);
	padding: 3em;
	margin:0.2em 2em;
	border: 2px solid #808BA4;
}


#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 415px;
	height: 368px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding-right: 20px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 415px;
	height: 368px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #B4C2DA;
	margin: 0.3em auto;
	padding: 15px;
}
#mycustomscroll3 {
	/* Typical fixed height and fixed width example */
	width: 415px;
	height: 368px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding-right: 20px;
}

#mycustomscroll4 {
	/* Typical fixed height and fixed width example */
	width: 395px;
	height: 368px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding-right: 20px;
}
#mycustomscroll5 {
	/* Typical fixed height and fixed width example */
	width: 395px;
	height: 368px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-top: 0.0em;
	margin-bottom: 0.3em;
	padding-right: 15px;
}
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}
.vscrollerbasebeg {
	width:15px;
	background-image: url(../../images/scrollbg4.png);
	background-repeat: no-repeat;
	background-position: top;
	left: 1px;
}
