body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center; /* IE hack to get the page centered */
  color: #000000;
  background: #ffffff;
  overflow: auto; /* Hide IE scrollbar if not needed */
  /*
  scrollbar-face-color: #cccccc;
  scrollbar-highlight-color: #cccccc;
  scrollbar-3dlight-color: #999999;
  scrollbar-darkshadow-color: #999999;
  scrollbar-shadow-color: #cccccc;
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  */
}
 
#container{ 
  margin: 0px auto; /* Right and left margin widths set to "auto" */
  padding: 0px;
  width: 870px;
  text-align: left; /* Counteract to IE5/Win hack*/
} 
 
/* IE hack for proper page width adjustment.  */
* html #container { 
  margin: 0px 0px;
}

#main {
    background: #ffffff;
    width: 100%;
}

#content {
  /* background: #1D1D1D url('images/content_bg.jpg') no-repeat; */
  background-color: #DFDFDF;
  position: relative;
  overflow: hidden; /* This hides the excess padding in non-IE browsers */
}

/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#content {
  /* Normally a Holly-style hack height: 1% would suffice but that causes 
  IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
  /* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
  (I saw it happen many moons ago) makes the width of wrapper too small 
  the float: none with the comment is ignored by 5.01,
  5.5 and above see it and carry on about their business
  It's probably fine to just remove it, but it's left here 
  just in case that many moons ago problem rears its head again */
	float/**/: none;
}


#footer {
  width: 100%; 
  height: 34px;
  font-size: 10px;
  color: #979797;
  /*background: #000000 url('images/footer_bg.jpg') no-repeat;*/
}

#footer a {
  text-decoration: none;
  color: #F0C200;
}

#contact {
  padding: 4px 8px;
  font-size: 11px;
}

#copy {
  padding: 0px 8px;
  font-size: 10px;
}

#print {
  float: right;
  padding: 8px 8px;
}

/*
How To Clear Floats Without Structural Markup
http://www.positioniseverything.net/easyclearing.html
*/
.clear:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

.clear {
    display: inline-table; /* Fix for IE Mac */
    /* display: inline-block; */
} 

/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */

#maincol {
  float: left;
  width: 640px;
}

#maincol-content {
  padding: 8px;
}
