div#pagetitle	{text-align: right;
	float: left;
	margin-top: 50px;
	margin-right: 20px;	/* all margins are stated to help out ie5win and opera */
	margin-bottom: 0px;
	margin-left: 0px;
	width: 112px;
	/* ie5win hack begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 82px;
	}
html>body #pagetitle {
	width 82px;
	/* ie5win hack ends */
	}
	
div#textcontent	{
	font: 12px skia, arial, sans-serif;
	color: #333;
	text-align: left;
	border: 0;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 800px;
	/* ie5win hack begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 770px;
	}
html>body #textcontent {
	width 770px;
	/* ie5win hack ends */
	}

div#textcontent img	{
	display: block;
	float: left;
	padding: 15px 15px 0 0;
	border: 0;
	}
	
div#textcontent img.middle	{
	float: none;
	}
	
	

	

