#content {
	background-color: #cccccc;
	padding: 3em;
	margin:0.2em 2em;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 260px;
height: 390px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFFFFF;
margin: 0.3em auto;
padding: 15px;
	text-align: left;
	
}

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


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


/*.scr111
{
border : solid 0px #ff0000; background:url(images/pvr_bg.jpg); color : #ffffff; padding : 3px; width : 250px; height : 164px; overflow : auto;
			scrollbar-arrow-color: red;
			scrollbar-3dlight-color: #4F4F82;
			scrollbar-darkshadow-color: #4F4F82;
			scrollbar-face-color: #FFFFFF;
			scrollbar-face-background: url(images/pvr_bg.jpg);
			scrollbar-highlight-color: #FFFFFF;
			scrollbar-shadow-color: #d0d0d0;
			scrollbar-track-color: transparant;
}*/