﻿.LayoutTable 
{
	width:1000px;
}
.LayoutTable .LayoutTableBlank 
{
	height:20px;
	text-align:right;
}
.LayoutTable .LayoutTableTop 
{
	background-image:url('images/LayoutTableTop.png');
	background-position:center center;
	background-repeat:no-repeat;
	height:101px;
	padding-right:25px;
}

.LayoutTable .LayoutTableMiddleRepeat 
{
	background-image:url('images/LayoutTableMiddleRepeat.png');
	background-position:center center;
	background-repeat:repeat-y;
	text-align:left;
}
.LayoutTable .LayoutTableBottom 
{
	background-image:url('images/LayoutTableBottom.png');
	background-position:center center;
	background-repeat:no-repeat;
	height:103px;
}

#mainMenuLayer
{
	position:relative;
	float:left;
	z-index:100;
	width:1000px;
	background-image:url(./images/MenuBg.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:30px;
	color:Blue;
}

#contentLayer 
{
	position:relative;
	float:left;
	width:1000px;
	/*border:solid 1px #ff0000;*/
}
#headerLayer
{
	position:relative;
	float:left;
	/*border:solid 1px #ff0000;*/
}

