﻿.image_container
{
	position: relative;
}
.image_container .top_left
{
	float:left;
	margin: 0 8px 8px 0;
}
.image_container .top_right
{
	float:right;
	margin: 0 0 8px 8px;
}

.leftColumn
{
	float:right;
	width:610px;
}

.leftColumnFull
{
	float:right;
	width:757px;
}

.rightColumn
{
	float:right;
	width:147px;
}

.rightColumnEmpty
{
	float:right;
	width:0px;
}

.sideMenu
{
	float:left;
}

.innerContent
{
	float:left;
}
