#mycustomscroll { /* 
Typical fixed height and fixed width example */
	width: 512px;
	height: 232px;
	overflow: 
auto; /* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0em;
	;
	clip: rect( );
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
} .fixedwidth 
{ /* a wide div is used for creating horizontal scrollbars for demonstration purposes 
*/ width: 560px; height: auto; position: relative; color: black; padding: 1px; 
} /* general page style ends here */
.lipsum { 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #665D45;
	line-height: 18.8px;
	text-align: justify;
	font-weight: 450;
} 
.homestitle2 a:{ font-family: Arial, 
Helvetica, sans-serif; font-size: 9pt; color: #5D443F; text-decoration: none } 
#mycustomscroll2 {

	width: 512px;
	height: 318px;
	overflow: 
auto; /* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0em;
	;
	clip: rect( );
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mycustomscroll3 {

	width: 328px;
	height: 300px;
	overflow: 
auto; /* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0em;
	;
	clip: rect( );
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mycustomscroll4 {

	width: 328px;
	height: 250px;
	overflow: 
auto; /* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0em;
	;
	clip: rect( );
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}