﻿.DIV_showContainer
{
	width:500px;
	padding:7px;
	border:1px solid #cccccc;
	display:inline;
}
.DIV_FloatLeft
{
	float:left;
	display:inline;
}

.DIV_FloatRight
{
	float:right;
	display:inline;
}

.DIV_Master
{
	width:1000px;
}

.DIV_FloatLeftSide
{
	width:740px;
	float:left;
	display:inline;
}
.DIV_FloatRightSide
{
	width:225px;
	float:right;	
	display:inline;
}



