﻿body {
}

#leftcontent
{
	float: left;
	text-align: justify;
	width: 650px;
	text-justify: newspaper;
	direction: ltr;
	line-height: normal;
	letter-spacing: normal;
	padding-right: 4px;
	padding-left: 6px;
	clear: left;
}

.imgfloatright
{
	float: right;
	padding-top: -2px;
	margin: 4px 10px 4px 15px;
	border-right: #660000 1px groove;
	border-top: #660000 1px groove;
	border-left: #660000 1px groove;
	border-bottom: #660000 1px groove;
	display: inline;
	visibility: visible;
}


#rightcontent
{
	float: left;
	width: 324px;
	text-justify: inter-word;
	vertical-align: text-top;
	direction: ltr;
	text-indent: 2px;
	line-height: normal;
	letter-spacing: normal;
	text-align: justify;
}
 