body {
  margin-left:5px;
  margin-right:5px;
  background: url(img/std-skin/std-background.gif) repeat-x ;
}

#header{
   float: left;
   width: 100%;
   margin-top: 0px;
   margin-bottom: 5px;
   height: 125px;
   background: url(img/std-skin/std-header.jpg) no-repeat;
/*  border-bottom: 2px solid #99CCFF;    Commented out for now, might put it back in */
}

#footer{
    float: left;
    width: 100%;
    margin-top: 20px;
    border-top: 2px solid #99CCFF;
    height:70px;			/* Height of the footer */
    background: url(img/std-skin/std-footer.jpg) repeat-x;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++ Standard elements that need customising for each theme                 ++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
hr         	        {color: #99CCFF}
.dropCapital        {font-size:36px; color:#5F5F5F; font-weight:bold; float:left; height:34px; line-height:34px; margin-top:2px; margin-right:1px;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++ Elements to manage tables style                                        ++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.lgdgc1            {font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size: 14px; margin-bottom: 15px; text-align: left; border-collapse: collapse; }
.lgdgc1 thead      {background: url(img/std-skin/std-table-head.gif) repeat-x; font-size: 14px; color: #039;    padding: 6px;  }
.lgdgc1 th         {                         border-bottom: 1px solid #99CCFF; font-size: 16px; color: #FFFFFF; padding: 6px; font-weight: bold;  text-align: left;  }
.lgdgc1 td         {background: transparent; border-bottom: 1px solid #99CCFF;       font-size: 14px; color: #000000; padding: 6px;    }
.lgdgc1 tr:hover td{background: #CCCCFF; color: #339;}
.lgdgc1 tfoot td   {background: url(img/std-skin/std-table-foot.gif) repeat-x;          font-size: 14px; color: #000000; padding: 6px; }

/* The code here is to cope with incompatibilities of IE6 */
<!--[if lte IE 7]>
* html body         {width: expression(document.body.clientWidth < 1002? "1000px" : "auto");}
<![endif]-->


