

#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}



#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 463px;
height: 210px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
z-index:3000;
background-color:#fff;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 205px;
height: 211px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
z-index:3000;
background-color:Transparent;

}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 463px;
height: 360px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
z-index:3000;
background-color:#fff;
text-align:justify;
}

#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 185px;
height: 260px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
z-index:3000;
background-color:Transparent;

}

#mycustomscroll5 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 310px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color:#fff;
text-align:justify;
padding:7px;
}

#mycustomscroll6 {
/* Typical fixed height and fixed width example */
width: 300px;
height: 310px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color:Transparent;
text-align:justify;

}


#mycustomscroll1 {
/* Typical fixed height and fixed width example */
/*width: 340px;*/
width: 417px;
height: 154px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
z-index:3000;
color:#666666;
font-size:11px;
font-family: Trebuchet MS,Arial,monospace;
text-align:justify;
padding-right:7px;
vertical-align:top;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 130px;
height: auto;
position: relative;
color: black;
padding: 1px;
}


