﻿body
{
	background-position: #808080;
	text-align: center;
	font: medium Calibri;
	color: black;
	background: #808080;
}
.sitewrapper
{
	background-position: #808080;
	position: relative;
	width: 1036px;
	height: 846px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #808080;
}

.HeaderPane
{
	background-position: #676767;
	position: relative;
	width: 1026px;
	height: 70px;
	background: #676767;
	color: White;
	background-image: url('../Images/header.jpg');
	margin-left: 5px;
	margin-top: 5px;
}
.HeaderPane h1
{
	float: left;
	margin: 10px 0px 0px 15px;
	color: #6699FF;
	font-family: Calibri;
	font-size: xx-large;
	font-weight: bold;
}
.HeaderPane a {
	float: right;
	color: #ECE9D8;
}
.SidePane {
	position: relative;
	width: 214px;
	height: 720px;
	float: left;
	background: #929793;
	margin-left: 5px;
}

.ContentPane 
{
	position: relative;
	width: 811px;
	height: 720px;
	float: left;
}

.TextContent {padding:10px;}

