﻿*
{
	padding: 0;
	margin: 0;
}

html, body, form
{
	height: 100%;
	width: 100%;
}

.header
{
	height: 100px;
	clear: both;
	width: 100%;
	background-color: #666;
}

.leftpane
{
	background-color: #666;
	width: 150px;
	float: left;
}

.content
{
	float: left;
	height: 100%;
	width: 800px;
}

.rightpane
{
	background-color: #666;
	width: 150px;
}
