.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}
.contentwrapper{color: #362701;}
#c{padding: 55px 0 0 38px ;}
/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 340px;
float: left;
height: 550px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background: none;
margin: 0.3em auto;
padding:  0px 5px 5px 5px ;
color: #362701 !important;
}
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 345px;
height: auto;
position: relative;
padding: 1px;
border: 1px solid red;
}
/* general page style ends here */