.table
{
	width: 80%;
/*	height: auto;*/


}

.rColumn, .lColumn
{
	width: 50%;
/*	height: auto;*/


}

.rColumn
{
	right: 0px;
}

.lColumn
{
	left: 0px;
}

.rImage, .lImage
{
	width: 100%;
	max-width: 70%;
/*	height: auto;*/
/*	margin-bottom: 2px;*/
/*	clear: both;*/
}

.rImage
{
	float: left;
	margin-left: 1px;
}

.lImage
{
	float: right;
	margin-right: 1px;
}
