﻿
#Header
{
  
  width: 844px;
  height: 83px;
}
*
{
   font-family: Arial;
}
h1
{
  font-size: 20px;
}
#PageWrapper
{
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#00FFFF', EndColorStr='#CCFFFF');
  background-color: #00FFFF;
  width: 844px;
}
#MenuWrapper
{
  width: 844px;
 
}
#MainContent
{
  width: 644px;
  float: left;
  height: 400px;
}
#Sidebar
{
 
  width: 200px;
  float: left;
}
#Footer
{
  
  width: 844px;
  clear: both;
}

