
Body
{
  background-color: #333333;
  margin-top: 0px;
  text-align:center;
}
#Site 
{
  clear: both;
  width: 1010;
  height:750px;
  position: relative;  
  margin-left: auto;
  margin-right: auto;
  text-align:left;  
  background-color: #535152;
 /* background-image: url('../images/bgstrip.jpg');
  background-repeat: repeat-y;*/
}
#Site #Container
{
  background-color: #535152;
}
#Site #Container #Header
{
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;  
  height: 184px;
  margin-bottom: 10px;
}
#Site #Container #Menu
{
  float:left;
  width: 175px;
  padding-top: 20px;
}
#Site #Container #Menu .MenuItem
{
	padding-left: 15px;
}
#Site #Container #Menu .MenuItem a
{
	text-decoration: underline;	
	font-family: Tahoma;
	font-size: 16px;
	color: #dcdcde;
}
.IframeContent
{
  background-color: #dcdcde;
  width: 825px;
  height: 540px;
  float: left; 
}
