﻿.Block
{
	clear: both;
	display: block;
	overflow: hidden;
	height: 10px;
	height: auto !important;
	min-height: 10px;
	width: 680px;
	position: relative;
}

.Block.MaxWidth
{
  width: 930px;
}

.Block .LeftColumn
{
	clear: left;
	float: left;
	width: 330px;
}

.Block .RightColumn
{
  margin-left: 20px;
	clear: right;
	float: right;
	width: 330px;
}
