﻿html, form 
{
    height: 100%;
}

body
{
    height: 100%;
    background-color: White;
    background-image: url('../GS/images/bg.jpg');
    margin: 0px;
}

#ContainerPanel
{
    margin:0 auto; /* center, not in IE5 */
    width:100%;
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%;  /*real browsers */
}

#HeaderPanel
{
    width:100%;
    height:82px;
    overflow:hidden;
}

#MenuPanel
{
    width:100%;
    height:25px;
    background-color:black;
}

.MainLeftPanel
{
	position: absolute;
	top: 110px;
	left: 0px;
	height: 85%;
	width: 220px;
	border-right-style: solid;
	border-width: 1px;
	margin-left: 4px;
}

.MainContentPanel
{
    margin-left: 230px;
    height: 85%;
}
