/* commented backslash hack v2 \*/ 
html, body{
  height:100%;
} 
/* end hack */ 

html,body {
  margin: 0;
  padding: 0;
}

body {		
  font-size: 12.8px;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center; /*needed for ie not understanding margin:auto */
  color: #5d5d5d;
  background-color: #d5d6d8;
}

.container_div {
  position: relative;
  margin: 0 auto;
  width: 766px;
  min-height: 100%;
  text-align: left; /*return text mode to normal */
}

.center_div {
  position:absolute;  
  top: 0;
  left: 0;
  width: 766px; 
  min-height: 100%;
  background-color: #ffffff;
  background-image: url(../img/back.gif);
  background-position: top left;
  background-repeat: repeat-y;
}

/* commented backslash hack v2 \*/ 
* html .container_div {height:100%;}		
* html .left_img_div {height:100%;}	
* html .right_img_div {height:100%;}	
* html .center_div {height:100%;}	
/* end hack */ 

.header_div {
  position:relative;
  left: 3px;
  height: 148px;
  width: 760px;
  background-color: #ffffff;		
/*  background-image: url(../img/pd.gif);*/
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0;
}

.block_div {
  margin-left: 3px;
  float: left;
  width: 170px;
  display: inline; /* ie hack - double margin */
}

.content_div {
  width: 560px;
  margin-left: 180px;
  padding: 1px;
}

.clearfooter_div {
  height: 60px;
  width: 100%;
  clear: both;
}

.footer_div	{
  position: absolute;		
  bottom: 0 !important;
  bottom: -1px;  /* ie ignores important - 1 pixel lower !! */
  left: 3px;
  width: 760px;
  height: 50px;
  text-align: center;
}
