#content {
	background-color: #AAAAAA;
	padding: 1em;
	margin:0em 0em;
}

#mycustomscroll {
/* percentage width without the fix*/
width: 100%;
height:87%;
overflow: auto;
overflow-x:hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #E7EADE;*/
margin: 0 auto;
padding: 0 0 10px 0;
}

#mycustomscroll2 {
/*percantage width: make it 100% to match container*/
width: 100%;
height: 80%;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0 auto ;
/* background-color: #fff; negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding: 0 0 40px ;
}


#mycustomscroll3 {
/* percentage width without the fix*/
width: 100%;
height:234px;
overflow: auto;
overflow-x:hidden;
/* IE overflow fix, position must be relative or absolute
background-color: #E7EADE;*/
position: relative;
margin: 0 auto;
padding: 0 0 10px 0;
}

/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 100%;
	height:100%;
	margin: 0 auto;
	padding: 0;
	}

.percentagewrap2 {
	width: 99%;
	height:100%;
	margin: 0 auto;
	padding: 0;
	}
	
.percentagewrap3 {
	width:93%;
	height:100%;
	margin: 0 auto;
	margin-right:7px;
	padding: 0 0 0 1% ;
	}
	
	
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

