﻿body
{
	padding: 0px;
	margin: 0px;
	background-color: #808080;
}

.CenterDiv
{
	text-align: center;
}

.WebSpace
{
	text-align: left;
	width: 1200px;
	border: solid 1px black;
	background-color: #FFFFFF;
}

.Header
{
	width:1200px;
	height:150px;
}

.HeaderLeft
{
	float:left;
	width: 240px;
	height: 150px;
}

.HeaderMiddle
{
	float:left;
	width: 720px;
	height: 150px;
}

.HeaderRight
{
	float:left;
	width: 240px;
	height: 150px;
}

.MenuSection
{
	width: 1200px;
}

.Content
{
	width:1200px;
}

.ContentLeft
{
	float:left;
	width: 240px;
}

.ContentMiddle
{
	float:left;
	width: 720px;
}

.ContentRight
{
	float:left;
	width: 240px;
}

.BottomBar
{
	clear:both;
	width:1200px;
}

.clearBoth
{
	clear:both;
	height:0px;
}

.Space10px
{
	clear:both;
	width:100%;
	height:10px;
}
