﻿/**
 * Implemented as a double stack to avoid margin problems in IE6
 * Padding is applied to the left of the #body element to create
 * gutter between #sidebar and #body content.
 */
div#sidebar
{
	position: relative;
	float: left;
	width: 180px;
	min-height: 300px; height: auto !important; height: 300px;
}
div#body
{
	position: relative;
	float: left;
	padding-left: 40px;
	width: 650px;
	min-height: 300px; height: auto !important; height: 300px;
}
