﻿body 
{
	background-color: #FFF8DC;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
}
#MainArea
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:800px;
}
#MainTable
{
	 width: 100%;
}
.CellCenter
{
	margin-left: auto;
	margin-right: auto;
}		 
#RadMenu
{
	 width:750px;
	 text-align: center;
	 margin-left: auto;
	 margin-right: auto;
}	 
#ThisWeek
{
	width: 250px;
}
#ThisWeekTable
{
	background-color: #fffacd;
	width: 250px;
}
#ThisWeekTableCell
{
	background-color: #000000;
}
#ThisWeekTableCellHead
{
	background-color: #ff9900;
	 font-family: Arial, Sans-Serif;
	 font-size:2;
	 font-weight: bold;
}
#Content
{
	width: 500px;
}
#ContentPlaceHolder1
{
	width: 500px;
}
#ContentImage
{
	text-align: center;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}	
	 
