#Page
{
	width: 800px;
	background-color: #000;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#Header
{
}
#HeaderTop
{
	height: 25px;
	background-image: url(../../App_Images/headertop.jpg);
	background-repeat: no-repeat;
}
#HeaderMiddle
{
	height: 200px;
	background-image: url(../../App_Images/header.jpg);
	background-repeat: no-repeat;
	border: solid 1px Black;
}
#HeaderBottom
{
	text-align: right;
	background-color: #000;
}
#Content
{
	display: table;
}
#ContentBody
{
	display: table-row;
}
#ContentLeft
{
	display: table-cell;
	vertical-align: top;
	width: 150px;
}
#ContentRight
{
	display: table-cell;
	background-color: #FFF;
	width: 650px;
	vertical-align: top;
}
#Footer
{
}
#FooterTop
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 85%;
}
#FooterMiddle
{
	text-align: center;
}
#FooterMiddle img
{
	width: 88px;
	height: 21px;
	border: 0px;
}
#FooterBottom
{
	height: 25px;
	background-image: url(../../App_Images/footerbottom.jpg);
	background-repeat: no-repeat;
}

