﻿div#sidebar
{
	position: relative;
	float: left;
	margin: -3px 0 0 0;
	width: 200px;
}
div#body
{
	position: relative;
	margin: 0 0 0 250px;
	padding: 45px 0 0 0;
	width: 450px;
	min-height: 300px; height:auto !important; height: 300px;
	z-index: 3;
}