﻿#RegionLeft
{
	float: left;
	width: 190px;
	padding-top: 10px;
	margin: 0 0 0 5px;
	background-repeat: no-repeat;
	background-image: url(images/1x1.gif);
}
* html #RegionLeft { display: inline; }

#RegionContent
{
	position: relative;
	float: right;
	width: 570px;
	margin: 0 4px 0 0;
}

.LeftContent
{
	float: left;
	width: 360px;
	margin: 0 0 0 4px;
}

.RightContent
{
	float: right;
	width: 175px;
	margin-right: 6px;
	margin-top: 0px;
}