html, body {
  height: auto;
  margin: 0px;
  padding: 0px;
}

body {
  text-align: center; /* IE auto margins workaround */
  /*padding-left: 20px;*/
  background-color: #F4F4E5;
  background-image: url(/images/v2/bgBody.gif);
  background-repeat: repeat-x;
}
#site {
  /*position: relative; /* to keep the header inside */
  height: auto;
  width: 980px;
  margin: 0 auto; /* auto centers the div */
  text-align: left; /* after centering #site above we return to normal aligning */

  border-left: 1px solid orange;
  border-right: 1px solid orange;
  background-color: #FFFFFF;
}

#header {
  background-color: #FFFFCC;
  height: 160px;
  padding-top: 10px;
}

#menu {
  position: absolute;
  float: left;
 /* margin-left: -20px;*/
  margin-bottom: 20px;
  padding: 5px;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 238px;
  border: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url(/images/v3/bgMenu.png);
  background-repeat: repeat-y;
  overflow: hidden;
  
  color: #009999;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#content {
  width: 710px;
  margin: auto;
  height: auto;
  background-image: url(/images/v2/bgContent.gif);
  background-repeat: repeat-x;
  padding: 20px;
  padding-left: 250px;
}

div.bar {
  height: 25px;
  width: 980px;
  background-image: url(/images/v2/bar.gif);
  background-repeat: repeat-x;
}

#footerBar {
  height: 20px;
  padding-top: 5px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.clearAll {
  clear: both;
}

#topimg {
   border-top: 1px solid orange;
   border-bottom: 1px solid orange;
}