﻿body {
	background-image:url(images/Page.png);
	background-position:left top;
	background-repeat:repeat-y;
	background-color: #9092c2;
	color:White;
	margin:0px;
	padding:0px;
	width:748px;
}

#Page
{
	width:100%;
	height:auto;
	display:block;
	float:left;
	margin-right:20px;
	
}

.LeftPanel200
{
	display: block;
	height: 30px;
	width:100%;
	background-color:#d0d0d0;
	
}

.RightPanelAuto
{
	display:block;
	width:auto;
	margin:8px;
}

.MainWindow
{
	display:block;
	float:left;
	width:100%;
}

#Header
{
	display:block;
	background-image:url(images/Header.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:100%;
	height:124px;
}

.Footer
{
	border-top: 1px solid gray;
	background-color: #f0feff;
	height:40px;
}