﻿body 
{
  font-size: 70%;
  background-color:#c8e3f1;
  background-repeat:repeat-x;
  background-image:url(images/bg_top.png);
  margin:10px 0px 10px 0px;
  font-family:Segoe,Tahoma,Verdana,sans-serif
}
#MainTable 
{
  width:992px;
  background-color:White;
  padding:1px;
  margin:auto;
}
#TopBannerTop
{
  background-image:url(images/top_banner_top.jpg);
  width:992px;
  height:116px
}
#TopBannerBottom
{
  background-image:url(images/top_banner_bottom.gif);
  width:992px;
  height:38px
}
#TopInformation
{
  text-align:right;
  color:#ccc;
  background-color:Black;
  padding:2px 7px 2px 2px;
}
.emphasise
{
  font-weight:bolder;
}
#MainContentContainer
{
  float:inherit;
  width:992px;
}
#MainContent
{
  float:left;
  width:772px;
  margin:20px 0px 20px 20px;
}
#AdsContainer
{
  float:left;
  margin:20px;
}
#topAdsContainer
{
  width:772px;
  text-align:center;
  height:110px;
}
#FooterContainer
{
  text-align:center;
  padding-top:20px;
  padding-bottom:20px;
  width:992px;
  float:left;
}
.FooterMessage
{
  color:#666;
  margin:0;
}
.hidden
{
  display:none;
}