h1, h2 {
	font-variant: small-caps;
	text-align: left;
	font-size: 180%;
	/*width: 100%;*/
	margin-left: 8px;
	_margin-left:0px;
	margin-right: auto;
}

h2 {
	font-size: 160%;
}


#content {
	z-index:0;
	width:800px;
}

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



#mycustomscroll2 {
/*percantage width: make it 100% to match container*/
width: 400px;
height: 244px;
cursor:pointer;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/

/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
}

#mycustomscroll22{
/*percantage width: make it 100% to match container*/
width: 80%;
cursor:pointer;
height: 244px;
overflow: auto;
margin-left:10px;
/* IE overflow fix, position must be relative or absolute*/

/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
}

/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width:100%;
	margin: 0 auto;
	}
	
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 400px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

