#content {
	padding: 3em;
	margin:0.2em 2em;
}


#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 808px;
	height: 280px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	vertical-align:top;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 5px;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	width: 440px;
	height: 525px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 0px;
}

#mycustomscroll-disco {
	/* Typical fixed height and fixed width example */
	width: 825px;
	height: 255px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 0px;
}

#mycustomscroll-disco2 {
	/* Typical fixed height and fixed width example */
	width: 820px;
	height: 355px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 0px;
}

#mycustomscroll-contact {
	/* Typical fixed height and fixed width example */
	width: 825px;
	height: 255px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 0px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}
