body {
	margin: 0;
	padding: 0; padding-top: 0;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 13px;
}

#content {
	background-color: #ECF2F4;
	padding: 0;
	margin:0.2em 2em;
	width:660px;
	border:1px solid #9AC1C9;
}

/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 630px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #ECF2F4;
	padding: 15px;
}



