#portion1
{
	height:auto;
	background-color:#ffffff;
}

#portion1 .InnerWrapper
{
	border:solid 1px #fff;
}

#portion1_part1
{
	width:300px; min-width:300px;
	height:auto;
	border-collapse:collapse;
	background-color:#dddddd;
}
#portion1_part2
{
	width:600px; min-width:600px;
	height:auto;
	border-collapse:collapse;
	background-color:#ffffff;
}
#portion1_part1 .InnerWrapper
{
	margin:0px 5px;
	border:none;
}
#portion1_part2 .InnerWrapper
{
	margin:0px 0px 0px 5px;
	border:none;
}

