img.floated {
	float: right;
	position: relative; /* fixes many nasty IE bugs */
	padding: 0.5em;
	}
	
.imgflo{
width:160px;
float:right;
padding: 0px 0px 9px  9px;
}
.imgflo img{
padding: 0px 0px 20px 0px;
}
	
	
.clearfloat {
clear:both; height:0px;
line-height:0px; visibility: hidden;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	color:#0a0806;
	font-size:12px;
	line-height:180%;
	width: 700px;
	height: 360px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 20px 0px 0px 0px;
	padding: 15px;
}


#mycustomscroll a { color:#0a0806; }
#mycustomscroll a:hover { color:#0a0806; }

/*body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0; padding-top: 1em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 13px;
}*/

h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 180%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 160%;
}


#content {
	width:760px;
	/*background-color: #FFFFFF;*/
	padding:150px 0px 0px 0px;
	margin:0px 0px 0px 170px;
}

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